Tagged Questions
2
votes
3answers
137 views
How do I start a process with a nice value of -20 and not give it root privilege?
I would like to start a process with a nice value of -20. This requires me to use a command like - sudo nice -n -20 matlab. However, this starts matlab as root too. Is there a way to have matlab as ...
1
vote
1answer
127 views
Change of real time priority made no visible effect
we were trying to get the best result with software PWM on raspberry pi with Raspbian. We made a python script which starts PWM on a GPIO pin, and observed the results with the oscilloscope.
It ...
5
votes
1answer
139 views
Real time priorities in non real time OS
If I do the following command on my standard Linux Mint installation:
comp ~ $ ps -eo rtprio,nice,cmd
RTPRIO NI CMD
...
99 - [migration/0]
99 - [watchdog/0]
99 - [migration/1]
- 0 ...