Commit 02ff1e14 02ff1e14b9f25f7b7a1378efb850ffc9945a52ee by Christian Gerdes

Update README.md

1 parent b337bb85
......@@ -20,9 +20,14 @@ cpus on the machine.
This will basicly replace the idle process on the machine. If the number of
threads is set to the number of logical cpus, the server will always use all
cpus 100% but still perform as normal (since all other processes have higher
priority). If this is run on a virtual machine, the hypervisor will think the
priority).
If this is run on a virtual machine, the hypervisor will think the
server always needs all available cpu resources given to the machine, minimizing
the risk of letting the hypervisor think that cpu resources can be shared.
the risk of letting the hypervisor think that cpu resources can be shared with
some other virtual machines. This helps in for example performance testing,
where it is important to have the same amount of resources available each time
a performance test is run.
## Compile
......