From: antirez Date: Mon, 4 May 2009 14:26:06 +0000 (+0200) Subject: Warns if /proc/sys/vm/overcommit_memory is set to 0 on Linux. Also make sure to don... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/0bc03378965e6cd465b49ba5503d35c7adbffe2e?hp=0bc03378965e6cd465b49ba5503d35c7adbffe2e Warns if /proc/sys/vm/overcommit_memory is set to 0 on Linux. Also make sure to don't resize the hash tables while the child process is saving in order to avoid copy-on-write of memory pages ---