Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #977 from helium/madninja/increase_snapshot_mem
Browse files Browse the repository at this point in the history
Bump snapshot memory limit
  • Loading branch information
madninja authored Aug 11, 2021
2 parents 070f193 + 192c5e6 commit f1f979f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/docker-testval.config.src
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{block_sync_batch_size, 10},
{block_sync_batch_limit, 100},
{max_inbound_connections, 32},
{snapshot_memory_limit, 300},
{key, undefined},
{relay_limit, 100},
{base_dir, "/var/data"}
Expand Down
1 change: 1 addition & 0 deletions config/docker-val.config.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{block_sync_batch_size, 10},
{block_sync_batch_limit, 100},
{max_inbound_connections, 32},
{snapshot_memory_limit, 300},
{key, undefined},
{relay_limit, 100},
{base_dir, "/var/data"}
Expand Down
1 change: 1 addition & 0 deletions config/test_val.config.src
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
{block_sync_batch_limit, 100},
{validation_width, 8},
{max_inbound_connections, 32},
{snapshot_memory_limit, 300},
{relay_limit, 100},
{base_dir, "data"}
]},
Expand Down
1 change: 1 addition & 0 deletions config/val.config.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{block_sync_batch_limit, 100},
{validation_width, 8},
{max_inbound_connections, 32},
{snapshot_memory_limit, 300},
{key, undefined},
{relay_limit, 100},
{base_dir, "data"}
Expand Down

0 comments on commit f1f979f

Please sign in to comment.