I use "echo 0 > /proc/sys/vm/swappiness" to set swappiness but even if I'm root i've got access denied. Do you know what should I do to unlock it ?
Asked
Active
Viewed 2,125 times
2 Answers
5
I suspect SELinux. Try getenforce and if it returns enforcing, you can temporarily disable SELinux with setenforce 0. For permanent disablement see /etc/selinux/config.
Before disabling SELinux you may try sysctl -w vm.swappiness=0.
Janne Pikkarainen
- 8,015