Skip to content

Commit

Permalink
sysctl: min_free_kbytes 5120 seem to be enough
Browse files Browse the repository at this point in the history
Change-Id: If4fae863e21b846a1045379d8bce539f32d8a656
  • Loading branch information
nadlabak committed Dec 6, 2012
1 parent 453e4f3 commit 28c54ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysctl.conf
Expand Up @@ -2,5 +2,5 @@ kernel.msgmni = 2048
kernel.msgmax = 64000
kernel.shmmax = 268435456
kernel.sem = 500 512000 64 2048
vm.min_free_kbytes = 6144
vm.min_free_kbytes = 5120

0 comments on commit 28c54ce

Please sign in to comment.