]> git.saurik.com Git - redis.git/commit
Warns if /proc/sys/vm/overcommit_memory is set to 0 on Linux. Also make sure to don...
authorantirez <antirez@gmail.com>
Mon, 4 May 2009 14:26:06 +0000 (16:26 +0200)
committerantirez <antirez@gmail.com>
Mon, 4 May 2009 14:26:06 +0000 (16:26 +0200)
commit0bc03378965e6cd465b49ba5503d35c7adbffe2e
treece881f33bdb5d445ffc0c46f98472c1af60c49e7
parent8d196ebac2554d77c15c38b3e730c8f85bdb26a6
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
TODO
redis.c