chore: tweak vault parameters for slow plugin loading

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-08-07 08:53:31 +02:00
parent 0541bbabf4
commit 0de5447580
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ nixsgxLib.mkSGXContainer {
VAULT_RAFT_INITIAL_MMAP_SIZE = "0"; VAULT_RAFT_INITIAL_MMAP_SIZE = "0";
# possible tweak option, if problems with raft # 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 # Parameter needed because of slow plugin loading
# may be relaxed for faster machines # may be relaxed for faster machines
# performance_multiplier = 200 performance_multiplier = 200
#autopilot_reconcile_interval = "120s" # autopilot_reconcile_interval = "120s"
#autopilot_update_interval = "60s" # autopilot_update_interval = "60s"
retry_join { retry_join {
leader_api_addr = "https://teepot-vault-0.teepot-vault:8210" leader_api_addr = "https://teepot-vault-0.teepot-vault:8210"