Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Christian Gerdes
/
piloop
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
02ff1e14
...
02ff1e14b9f25f7b7a1378efb850ffc9945a52ee
authored
2017-09-06 08:41:18 +0000
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update README.md
1 parent
b337bb85
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
README.md
README.md
View file @
02ff1e1
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment