From c9e5c23d5b6eda047f4dcf6f6327628302d89a57 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 6 Jan 2010 21:05:03 -0500 Subject: [PATCH] vm-enabled set to no by default in redis.conf --- redis.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/redis.conf b/redis.conf index 6f91e354..ac90eb4c 100644 --- a/redis.conf +++ b/redis.conf @@ -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 -- 2.47.2