mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
vm-enabled set to no by default in redis.conf
This commit is contained in:
parent
38aba9a121
commit
c9e5c23d5b
@ -178,8 +178,9 @@ appendfsync always
|
|||||||
#
|
#
|
||||||
# To enable VM just set 'vm-enabled' to yes, and set the following three
|
# To enable VM just set 'vm-enabled' to yes, and set the following three
|
||||||
# VM parameters accordingly to your needs.
|
# 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
|
# 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
|
# RAM. Everything that deos not fit will be swapped on disk *if* possible, that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user