View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#1691
Hey karam.

I think, we do not nedd that line anymore in the dbus settings file:
#:vfs100
#/opt/scripts/cpu_normal.sh * * com.nokia.mce.signal display_status_ind on
as mentioned some posts before.

So -as You see- I have, I have it disabled again and its working fine. Okay, no problem, just double. Maybe next version remove it again?


How to check the vfs settings (You need bash):
#!/bin/bash
for ((i=0; i<60; i++)) do echo $(cat /proc/sys/vm/vfs_cache_pressure); sleep 1; done

Then just try every possible option in between one minute (60s) and You will see the VFS changing...