Reduce similarity indicators to reduce memory use with low impact on dedupe ratio.
This commit is contained in:
parent
de0695e2c5
commit
6b67e98747
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ extern "C" {
|
|||
|
||||
#define DEFAULT_CHUNK_CKSUM CKSUM_SHA256
|
||||
#define DEFAULT_COMPRESS COMPRESS_LZ4
|
||||
#define DEFAULT_PCT_INTERVAL 4
|
||||
#define DEFAULT_PCT_INTERVAL 5
|
||||
#define CONTAINER_ITEMS 2048
|
||||
#define MIN_CK 1
|
||||
#define MAX_CK 5
|
||||
|
|
Loading…
Reference in a new issue