View Single Post
Posts: 48 | Thanked: 32 times | Joined on Dec 2010 @ Russia, Moscow
#247
Originally Posted by Tigerite View Post
Hmm, there are a whole lot of the null reference errors there, all caused by BFQ. Not good. Could you check that /syspart is being mounted correctly, and that bfq.ioprio, bfq.ioprio_class and bfq.weight are all present under that directory (when BFQ is the default scheduler, of course)? You could set it just for mmcblk1, if you've an external SD.. I am guessing that /usr/lib/libohm_cgroups.so is present and loaded?
/usr/lib/ohm/libohm_cgroups.so is present, how can I check if it's really loaded? I guess it is, /proc/mounts contains

Code:
cgroup /syspart cgroup rw,bfqio,freezer,memory 0 0
/syspart contains

Code:
/syspart/bfqio.ioprio: 0
/syspart/bfqio.ioprio_class: 2
/syspart/bfqio.weight: 10
setting bfq on mmcblk1 doesn't change anything in /syspart