- 04 Nov, 2010 5 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
first attempt to non blocking implementation of slave replication and SYNC bulk data download. Never compiled so far...
-
Pieter Noordhuis authored
-
- 03 Nov, 2010 2 commits
- 02 Nov, 2010 6 commits
-
-
antirez authored
-
antirez authored
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.
-
antirez authored
Function to compute RSS memory usage in a fast way, suitable to be called inside keys eviction loops
-
antirez authored
-
- 28 Oct, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 22 Oct, 2010 2 commits
-
-
antirez authored
Make sure to reset the signal handler and deliver again the original crashing signal when dumping the stack trace. This will allow to dump the core if core dumping is enabled.
-
Robey Pointer authored
-
- 21 Oct, 2010 1 commit
-
-
antirez authored
-
- 17 Oct, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 15 Oct, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
- 14 Oct, 2010 2 commits
- 13 Oct, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 11 Oct, 2010 1 commit
-
-
antirez authored
maxmemory fixed, we now try to release memory just before we check for the memory limit. Before fixing there was code between the attempt to free memory and the check for memory limits, and this code could result into allocations going again after the memory limit.
-
- 16 Sep, 2010 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 15 Sep, 2010 1 commit
-
-
antirez authored
This should fix Issue 332: when there is a background process saving we still allow the hash tables to grow, but only when a critical treshold is reached. Formerly we prevented the resize at all triggering pathological O(N) behavior. Also there is a fix for the statistics in INFO about the number of keys expired
-
- 02 Sep, 2010 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 27 Aug, 2010 1 commit
-
-
antirez authored
Fixed segfault in freeMemoryIfNeeded due to the fact that keys are now sds strings and not objects in the main hash table, thanks to Anthony Lauzon for spotting the bug and providing a patch.
-
- 24 Aug, 2010 2 commits