Commit c9e5c23d authored by antirez's avatar antirez
Browse files

vm-enabled set to no by default in redis.conf

parent 38aba9a1
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment