Update README.md
Showing
1 changed file
with
7 additions
and
2 deletions
... | @@ -20,9 +20,14 @@ cpus on the machine. | ... | @@ -20,9 +20,14 @@ cpus on the machine. |
20 | This will basicly 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). |
24 | |||
25 | If this is run on a virtual machine, the hypervisor will think the | ||
24 | server always needs all available cpu resources given to the machine, minimizing | 26 | server always needs all available cpu resources given to the machine, minimizing |
25 | the risk of letting the hypervisor think that cpu resources can be shared. | 27 | the risk of letting the hypervisor think that cpu resources can be shared with |
28 | some other virtual machines. This helps in for example performance testing, | ||
29 | where it is important to have the same amount of resources available each time | ||
30 | a performance test is run. | ||
26 | 31 | ||
27 | ## Compile | 32 | ## Compile |
28 | 33 | ... | ... |
-
Please register or sign in to post a comment