September 6, 20187 yr Hello, looking for some assistance! I'm trying out hosting some game servers on Unraid. I've been trying to find the HZ var in the kernel but I can't find the kernel config in unraid. It's normally in /boot/config-'uname -r', where can I find it in unraid? (Specifically the 'CONFIG_HZ=') Also, I'm not terribly good at Linux in general. Compiling my own kernel for this would be out of my league I think, is there any way I can change this setting in a easier way? *Edit, another question. If I have a VM with kernel config_hz=500 and the host (unraid) running kernel config_hz=200, the VM would still be running at a max of 200, correct? Could I bypass this by passing through logical CPUs to the VM? Thanks Edited September 6, 20187 yr by Andreen
September 7, 20187 yr Author I found it, nevermind! root@unRAID:~# grep 'CONFIG_HZ=' /usr/src/linux-4.14.49-unRAID/.config CONFIG_HZ=1000
Archived
This topic is now archived and is closed to further replies.