From: Eric Bollengier Date: Fri, 3 Dec 2021 11:13:25 +0000 (+0100) Subject: BEE Backport stored/stored_conf.h X-Git-Tag: Release-11.3.2~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c47f2b4a537ccb0ccc6b0278c6fa1a315d8b302;p=thirdparty%2Fbacula.git BEE Backport stored/stored_conf.h --- diff --git a/bacula/src/stored/stored_conf.h b/bacula/src/stored/stored_conf.h index 7e687ffda..be34cfd3c 100644 --- a/bacula/src/stored/stored_conf.h +++ b/bacula/src/stored/stored_conf.h @@ -114,12 +114,13 @@ public: char *dedup_dir; /* DEDUP directory */ char *dedup_index_dir; /* Directory for index (db) file */ int64_t max_container_size; /* Maximum container size then split */ + int64_t max_index_memory_size; /* Maximum memory usable for the dedup index */ bool dedup_check_hash; /* Check Hash of each chunk after rehydration */ int64_t dedup_scrub_max_bandwidth; /* Maximum disk bandwidth usable for scrub */ uint32_t driver_type; /* dedup driver type */ DedupEngine *dedupengine; int dedupengine_use_count; - char *dedup_err_msg; /* is set for any error status */ + char *dedup_err_msg; /* is set for any error status */ }; /*