View Single Post
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#839
Originally Posted by dh3x View Post
for non permanent application
Code:
sysctl -w vm.vfs_cache_pressure=10
for permanent change, put in a startup script in /etc/event.d/
Code:
echo 10 > /proc/sys/vfs_cache_pressure
for more info on startup script... http://wiki.maemo.org/Startup_script
Strangely what I have here is /proc/sys/vm/vfs_cache_pressure and no sysctl

so my understanding is

for non permanent change

echo 10 > /proc/sys/vm/vfs_cache_pressure

for permanent make a startup script in /etc/event.d with above command
 

The Following User Says Thank You to freemangordon For This Useful Post: