which parameter can reduce the count of snapshot? #2011
Unanswered
huangxuelun
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
my garnet version is v2.1.1, and run in .net 10.
below is my settings.
"Port" : 6379,
"Address" : "0.0.0.0",
"EnableStorageTier": true,
"MemorySize" : "2g",
"LogDir": "./logs",
"CheckpointDir": "./checkpoints",
"EnableAOF": true,
"EnableFastCommit": true,
"Recover": true,
"CompactionType": "Scan",
"CompactionFrequencySecs" : 60,
"CompactionMaxSegments" : 2,
"CompactionForceDelete": true,
"AofSizeLimit": "1g",
"EnableIncrementalSnapshots": true
All reactions