vm.overcommit_memory = 1

This commit is contained in:
Kolan Sh 2019-05-14 22:18:39 +03:00
parent 6df9069741
commit 9de37291ec
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ vm.vfs_cache_pressure = 1000
# http://www.linux.org.ru/wiki/en/User:shimon/12309
# reduce memory size allowed to process (default = 0 )
vm.overcommit_memory = 2
vm.overcommit_memory = 1
# memory allowed to process: total_swap + total_ram * overcommit_ratio / 100 (default = 50 )
#vm.overcommit_ratio = 12
# disk buffer size (default = 0 )