Ph9214

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by Ph9214

  1. yes, I have the latency spikes too, although it is mostly un-knoticable it is annoying as h*ll that I cant isolate the memory when it is a listed feature of kvm and libvirt from redhat the lead developers!
  2. I am setting up a Threadripper 1900X 8-Core 16-Thread 2-NUMA system that I am trying to split into 2 VMs each using resources form only one NUMA for hopefully less latency than bare metal. However I am having difficulty isolating the memory as my attempts so far have failed. I have disabled membaloon and followed some instructions form redhat and put <numatune> <memory mode='strict' nodeset='1'/> </numatune> in my xml but it has been ignored as reveled by "numastat"ing qemu-kvm. If you have set up a Threadripper system and have managed to isolate VMmms, please enlighten me. main.xml
  3. Systems using the Thread-ripper chipset have more than one NUMA Node. Unraid currently ignores this when creating vms which will lead to higher latency. I would recommend that a warning appear if resources are crossing numa nodes while creating a vm, and that memory is assigned on the numa node that a vm will be using.
  4. When using the following in my Windows 10 xml... <numatune> <memory mode='strict' nodeset='1'/> </numatune> ...the option is ignored and memory access is still split across NUMA nodes
  5. I was interested in making something similar and that would be a great starting point. Sent from my XT1687 using Tapatalk
  6. Linus tech tips found this one in this video, but its 100$, yikes
  7. sorry, I'm pretty inexperienced with unraid but what I probably should have said was don't use a cache drive on a share where you store vdisks that are larger than the cache drive and you actually do use parity drives in raid 5 and 6 and they are usually the main limiting factor on writes. In RAID5 the parity is stripped accross all the disks in the array. So a file you write is written simultanteoulsy to all drives in the array. In effect the filesystem is split over a multitude of disks, where data to recover from a failed disk (parity info) is also written against all drives. In unraid all disks have their own filesytem and parity is maintained on a seperate disk. (or, if you want to protect against dual drive failure) on two seperate disks. . Wrt to the comment on vdisks and array and cache drive size: a vdisk you would not store in the array (and use a cache drive for), you would probably have it sit on the cache drive also for reasons of speed (or, if speed is not a thing, you would have it on the array constantly). The VDISK would never move back to the cache drive (that mechanism is only used when ADDING files, not when changing them). edit: it turns out I was wrong and rushed to an incorrect conclusion and misread the diagram https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_5 striping the parity wouldn't work.
  8. If anyone has a [shadow=red,left]SUPERMICRO MBD-X10SRL-F LGA 2011 R3[/shadow] could you post your system devices page ideally with all the pcie slots filled so we can see how well it handles iommu grouping.
  9. Would really like to see some community testing on this thread. the asrock z170 extreme7+ and asrock z170 gaming i7 (which are basically identical) have 3 isolated 16x lanes but the 4th (top middle) 16x lane and all the other pcie lanes are grouped with the chipset and sata controllers and the usb ports are also bonded to the chipsets groups, I can post a full copy paste of the system devices page when I get home.
  10. So-Very-True!!! I would agree that both you have identified the problem. However, I did fix it (using the "documents" as a share name) by creating a new share (identical config) using Documents2, then verified it worked, then deleted the documents share, then renamed Documents2 to Documents. And everything is working. Given I agree with your assessments on the 'default' names, why would it now work? Seems like as soon as I renamed Documents2 to Documents, the conflict should show-up again... Thoughts? it may be that the actual path and not the name is still Documents2 I really have no idea, it could also be that somehow your share config just got messed up somehow
  11. oops forgot the link and you are right, but just in case you had insane amounts of ram this could be useful, I thought it would also be intresting So did you forget it again I assume you meant to include it with this comment, but there's still no link 8) You just missed it Gary, it's a RAM link, it's not persistent.... ;D
  12. oops forgot the link and you are right, but just in case you had insane amounts of ram this could be useful, I thought it would also be intresting So did you forget it again I assume you meant to include it with this comment, but there's still no link 8) sorry I just updated the original post and didn't think about putting it in the reply
  13. I have a Command Line plugin that backs up /root on system shutdown then restores it on startup. It's useful for bash history, ssh authorized keys, mc and htop settings and any scripts you have there. It also includes shellinabox, which is a web based terminal. And an awesome ascii lime and system info when you log in. what is it? http://lime-technology.com/forum/index.php?topic=42683.msg406446.msg#406446 thx I'll try that when I get home
  14. they will cause latency in some situations putting it up from the standard ~0.5 latency to ~100 !!! you can check this with latencymon you may also want to disable thermal throtteling
  15. I have a Command Line plugin that backs up /root on system shutdown then restores it on startup. It's useful for bash history, ssh authorized keys, mc and htop settings and any scripts you have there. It also includes shellinabox, which is a web based terminal. And an awesome ascii lime and system info when you log in. what is it?
  16. oops forgot the link and you are right, but just in case you had insane amounts of ram this could be useful, I thought it would also be intresting
  17. the lag only happens in [unraid] vms (not in a bare bones windows environment) for me it was only noticeable on one of my vms (vm number 1 had latency of ~2 and vm 2 had latency of ~100 they both returned to normal levels, ~0.5, when I did this)
  18. sorry about that, I meant to say, don't put ANY files on a tempfs that is not backed up frequently (like every minute), I have experienced the horror of my batch file (in the home directory) disappearing after a reboot!
  19. I don't know how accurate the high water allocation is but you should be able to start multiple simultaneous transfers by dragging them one at a time (in windows) alternatively, you could split the share you are copping to into multiple disk exclusive shares and sim link them into the main share folder eg share names: Main Movies, Movies Disk 1, Movies Disk 2, Movies Disk 3 http://stackoverflow.com/questions/1951742/how-to-symlink-a-file-in-linux
  20. yep it's probably the fact that the name is identical to a windows user folder name so try naming it Docs or whatever you feel like other than the standard user folders which include: Desktop Documents Videos Pictures etc...
  21. This guide http://www.observium.org/docs/persistent_ramdisk/ (which I will make a modified version of soon) can be used (without some parts) to make a persistent ram disk [glow=red,2,300]***MAKE SURE YOU PUT THE BACKUP ON ONE OF YOUR ARRAY DRIVES !!!NOT!!! ANYWHERE ELSE WHICH INCLUDES THE VAR FOLDER MENTIONED IN THE TUTORIAL***[/glow] I do NOT know if the mounting/creation config file will persist over reboots but the backup folder will stay if you put it on the array
  22. If you are getting numbers in the tens for cpu latency with Latency Mon http://www.resplendence.com/latencymon then you will want to disable cpu c-states and thermal throttling and possibly hyper threading (need to do some more tests) (can't hurt) This should fix cpu based stuttering in some games (eg: OverWatch)
  23. the tittle says it all, what could be going wrong, whenever I try to use the mics several minutes after resting them (disabling and re enabling) they don't output anything (flat line) what am I missing?