mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore: tweak vault parameters for slow plugin loading
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
0541bbabf4
commit
0de5447580
2 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue