Update README.md
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -16,8 +16,8 @@ On most systems root privileges are needed to change the process nice value. | ... | @@ -16,8 +16,8 @@ On most systems root privileges are needed to change the process nice value. |
16 | Set number of threads to the same number as logical cpus in order to load all | 16 | Set number of threads to the same number as logical cpus in order to load all |
17 | cpus on the machine. | 17 | cpus on the machine. |
18 | 18 | ||
19 | Set the nice value to 20 to run the process with the lowest possible priority. | 19 | ### Set the nice value to 20 to run the process with the lowest possible priority. |
20 | This will effectly replace the idle process on the machine. If the number of | 20 | This will basicly replace the idle process on the machine. If the number of |
21 | threads is set to the number of logical cpus, the server will always use all | 21 | threads is set to the number of logical cpus, the server will always use all |
22 | cpus 100% but still perform as normal (since all other processes have higher | 22 | cpus 100% but still perform as normal (since all other processes have higher |
23 | priority). If this is run on a virtual machine, the hypervisor will think the | 23 | priority). If this is run on a virtual machine, the hypervisor will think the | ... | ... |
-
Please register or sign in to post a comment