错误信息
If you get this error Can't save in background: fork: Cannot allocate memory
it means that your current database is bigger than memory you have.
解决方式是开启 vm.overcommit_memory
sysctl vm.overcommit_memory=1
错误信息
If you get this error Can't save in background: fork: Cannot allocate memory
it means that your current database is bigger than memory you have.
解决方式是开启 vm.overcommit_memory
sysctl vm.overcommit_memory=1