Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c9e5c23d
Commit
c9e5c23d
authored
Jan 06, 2010
by
antirez
Browse files
vm-enabled set to no by default in redis.conf
parent
38aba9a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
c9e5c23d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment