]> git.saurik.com Git - redis.git/commit
Now maxmemory, VM, and everything else uses the fast RSS memory used estimation inste...
authorantirez <antirez@gmail.com>
Tue, 2 Nov 2010 10:50:55 +0000 (11:50 +0100)
committerantirez <antirez@gmail.com>
Tue, 2 Nov 2010 10:50:55 +0000 (11:50 +0100)
commita3e60027e7d4419971406c6da7d6e8accbcaf9b0
tree5ecf80965158dc2e898d5f3f3a037749a155a1ea
parent7d47ecd543ed41db70396bc3866eac872a31774d
Now maxmemory, VM, and everything else uses the fast RSS memory used estimation instead of raw memory reported by zmalloc(). This means that setting maxmemory to 2GB will really have the effect of using up to 2GB of memory.
src/aof.c
src/rdb.c
src/redis.c