]> git.saurik.com Git - redis.git/commit
Default memory limit for 32bit instanced moved from 3.5 GB to 3 GB.
authorantirez <antirez@gmail.com>
Mon, 22 Oct 2012 08:43:39 +0000 (10:43 +0200)
committerantirez <antirez@gmail.com>
Mon, 22 Oct 2012 08:45:55 +0000 (10:45 +0200)
commita25b25f4efb213d44761f8aa5bffc95f266abb2c
tree6182e58b2d8a83bfb99377143b662be773b0aee5
parentab551808832a9f3097861a706b2c2f57302a3992
Default memory limit for 32bit instanced moved from 3.5 GB to 3 GB.

In some system, notably osx, the 3.5 GB limit was too far and not able
to prevent a crash for out of memory. The 3 GB limit works better and it
is still a lot of memory within a 4 GB theorical limit so it's not going
to bore anyone :-)

This fixes issue #711
src/redis.c