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
fcaf1dd2
...
fcaf1dd2c9aa5ea3f3569c7883f87c46e638b041
authored
2017-08-30 16:41:15 +0000
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update README.md
1 parent
9ad1f7ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
README.md
View file @
fcaf1dd
...
...
@@ -4,12 +4,13 @@ cores of the machine. You need to specify the number of concurrent threads, and
optionally the priority of the process by specifying a nice value to add.
## Syntax
```
piloop <n> <p>
Where
<n> The number of concurrent threads to run
<p> The priority of the process (added to the default nice value of 0)
```
On most systems root privileges are needed to change the process nice value.
Set number of threads to the same number as logical cpus in order to load all
...
...
Please
register
or
sign in
to post a comment