Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ulimit or sysconf to give better scheduling priority to pi. #1

Open
rjt opened this issue Dec 10, 2013 · 0 comments
Open

Use ulimit or sysconf to give better scheduling priority to pi. #1

rjt opened this issue Dec 10, 2013 · 0 comments
Assignees

Comments

@rjt
Copy link
Member

rjt commented Dec 10, 2013

There is a long delay in starting the app.

ulimit -a and sysconf are ways to configure how much scheduling priority a normal user can have. Configure this in some /etc/ somewhere so that sudo is not required
each time.

ulimit -a will tell you that real-time priority is 95, so i have to wonder if that is not a negative number or is it the opposite of nice numbering.
Must use help ulimit not man ulimit.
ulimit -e indicates the maximum nice scheduling priority for user pi is 0.

nice priority values are reverse priority or the lower numbers have higher priority upto a maximum priority of negative twenty -20.

@ghost ghost assigned rjt Dec 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant