Merge pull request #172 from matter-labs/debug_vault

chore: tweak vault parameters for slow plugin loading
This commit is contained in:
Harald Hoyer 2024-08-07 10:25:00 +02:00 committed by GitHub
commit 68c8bda0e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ nixsgxLib.mkSGXContainer {
VAULT_RAFT_INITIAL_MMAP_SIZE = "0";
# possible tweak option, if problems with raft
# VAULT_RAFT_DISABLE_MAP_POPULATE = "true"
# VAULT_RAFT_DISABLE_MAP_POPULATE = "true";
};
};

View file

@ -22,9 +22,9 @@ storage "raft" {
# Parameter needed because of slow plugin loading
# may be relaxed for faster machines
# performance_multiplier = 200
#autopilot_reconcile_interval = "120s"
#autopilot_update_interval = "60s"
performance_multiplier = 200
# autopilot_reconcile_interval = "120s"
# autopilot_update_interval = "60s"
retry_join {
leader_api_addr = "https://teepot-vault-0.teepot-vault:8210"