libresh / libre.sh

Moved to https://lab.libreho.st/libre.sh/compose.libre.sh
GNU Affero General Public License v3.0
189 stars 22 forks source link

add vm.overcommit_memory=1 #152

Closed JOduMonT closed 7 years ago

JOduMonT commented 7 years ago

as is recommanded by REDIS

WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.

pierreozoux commented 7 years ago

Thanks :)