Commit b337bb85 b337bb85fa86ac02d337242fcaff1998d476aefb by Christian Gerdes

Update README.md

1 parent b6d48d85
...@@ -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
......