[zix790prors] Fix beesd hash table size configs
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
scrub.enable = true;
|
scrub.enable = true;
|
||||||
deduplication = {
|
deduplication = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hashTableSizeMB = 32;
|
hashTableSizeMB = 128;
|
||||||
verbosity = "err";
|
verbosity = "err";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
scrub.enable = true;
|
scrub.enable = true;
|
||||||
deduplication = {
|
deduplication = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hashTableSizeMB = 32;
|
hashTableSizeMB = 256;
|
||||||
verbosity = "err";
|
verbosity = "err";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user