]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
BEE Backport stored/stored_conf.h
authorEric Bollengier <eric@baculasystems.com>
Fri, 3 Dec 2021 11:13:25 +0000 (12:13 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:04 +0000 (09:03 +0100)
bacula/src/stored/stored_conf.h

index 7e687ffda6118de8fb1393c9510682ec9b9e1ad8..be34cfd3cdcd5c92df6e057583ac54f23badb0a0 100644 (file)
@@ -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 */
 };
 
 /*