Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 19055

Re: Setting process priority (niceness)

$
0
0

Thank you for the replies. Using Busybox worked - it was not even necessary to rebuild it, turns out the 'renice' command is already included in the default version, which was sufficient for what I was trying to accomplish.

 

It seems reniceing a process through 'top' is not possible - the 'r' command seems to sort the columns instead.

 

For others' reference, this is how I set the process priority (running the basic Edison Yocto image from Intel):

  1. Find the desired process ID using 'pidof' or 'top'
  2. Set the priority with 'busybox renice [niceness] [process ID] ', where [niceness] is an integer between -20 and 20, -20 being highest priority and +20 the lowest.

 

Looks like process priority is not the culprit in the slow SPI rate, by the way.


Viewing all articles
Browse latest Browse all 19055

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>