View Single Post
Posts: 7 | Thanked: 0 times | Joined on Nov 2011
#6
Originally Posted by ajalkane View Post
This should work... First of course install DropCache. Then add one of the following to ProfileMatic's Custom action.

Free pagecache:
Code:
sh /opt/dropcache-mdn/bin/dropcache.sh --1
Free dentries and inodes:
Code:
sh /opt/dropcache-mdn/bin/dropcache.sh --2
Free pagescache, dentries and inodes:
Code:
sh /opt/dropcache-mdn/bin/dropcache.sh --3
I tested the command in terminal:

sh /opt/dropcache-mdn/bin/dropcache.sh --2
/opt/dropcache-mdn/bin/dropcache.sh: line36: can't create /proc/sys/vm/drop_caches: permission denied