View Single Post
Posts: 11 | Thanked: 54 times | Joined on Dec 2013
#17
Originally Posted by llelectronics View Post
Either the kernel docs are wrong here or I am just a little drunk from christmas yet but I can see the difference when changing the overcommit_ratio. (Where did you find that it only works for overcommit_memory 2 ?)
Also it makes no sense that it is set then by default if it isn't even used. So I suspect it is used. (also I can start a lot more apps with it set to 90 so it must have an effect)
https://www.kernel.org/doc/Documenta...stems/proc.txt
CommitLimit: ...

After testing your solution again it seems it is doing something to help anyway. Both of are solutions together are even more helpfull to situation.

You should put over 100 though.
I did "echo 120 > /proc/sys/vm/overcommit_ratio" .
and
"echo 99 > /proc/sys/vm/swappiness"

Last edited by korppi; 2014-12-25 at 20:18.
 

The Following 3 Users Say Thank You to korppi For This Useful Post: