View Single Post
Posts: 14 | Thanked: 11 times | Joined on Jun 2010
#870
Originally Posted by freemangordon View Post
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
sorry, my mistake...
I forgot sysctl is from enhanced busybox.

Also, typo in forgetting the /vm/ part.
Anyways, echo works too.

Thanks!