diff options
author | antirez <antirez@gmail.com> | 2010-01-13 09:40:50 -0500 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2010-01-13 09:40:50 -0500 |
commit | b74880b4ed84693e484efbbb5eef0eb98c37835b (patch) | |
tree | 2275c7e9dec4f92e11a1dd48fc18c8fb24ac736d /TODO | |
parent | 72e9fd40b63924355dd158ab552e5f339ad1f19b (diff) | |
download | redis-b74880b4ed84693e484efbbb5eef0eb98c37835b.tar.gz |
minor TODO and debugging info changes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ Virtual Memory sub-TODO: * vm-swap-file <filename>. The swap file should go where the user wants, and if it's already there and of the right size we can avoid to create it again. * it should be possible to give the vm-max-memory option in megabyte, gigabyte, ..., just using 2GB, 100MB, and so forth. * Make sure to wait all the IO threads are done before to fork() for BGSAVE and BGREWRITEAOF +* Enlarge the stack of threads, to problems when calling LZF lib. VERSION 1.6 TODO (Virtual memory) ================================= |