]> git.saurik.com Git - redis.git/commitdiff
vm-enabled set to no by default in redis.conf
authorantirez <antirez@gmail.com>
Thu, 7 Jan 2010 02:05:03 +0000 (21:05 -0500)
committerantirez <antirez@gmail.com>
Thu, 7 Jan 2010 02:05:03 +0000 (21:05 -0500)
redis.conf

index 6f91e3540134fd73b17faecc789fee996e9ce9fd..ac90eb4ca409983978c3c519195f0381cffc4274 100644 (file)
@@ -178,8 +178,9 @@ appendfsync always
 #
 # To enable VM just set 'vm-enabled' to yes, and set the following three
 # VM parameters accordingly to your needs.
-vm-enabled yes
-# vm-enabled no
+
+vm-enabled no
+# vm-enabled yes
 
 # vm-max-memory configures the VM to use at max the specified amount of
 # RAM. Everything that deos not fit will be swapped on disk *if* possible, that