File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
app/firedancer-dev/config Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 21
21
[runtime ]
22
22
heap_size_gib = {heap_size}
23
23
[runtime .limits ]
24
- max_banks = 36
24
+ max_banks = 64
25
25
[blockstore ]
26
26
shred_max = 16777216
27
27
block_max = 8192
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ heap_size_gib = 4
13
13
max_live_slots = 512
14
14
snapshot_grace_period_seconds = 15
15
15
max_vote_accounts = 32
16
- max_banks = 36
16
+ max_banks = 64
17
17
18
18
[layout ]
19
19
verify_tile_count = 1
Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ src/flamenco/runtime/tests/run_ledger_backtest.sh -l mainnet-257039990-v2.2.16 -
18
18
src/flamenco/runtime/tests/run_ledger_backtest.sh -l testnet-336218682-v2.2.16 -s snapshot-336218681-BDsErdHkqa5iQGCNkSvQpeon8GLFsgeNEkckrMKboJ4N.tar.zst -y 5 -m 2000000 -e 336218683 -c 2.2.16
19
19
src/flamenco/runtime/tests/run_ledger_backtest.sh -l testnet-340269866 -s snapshot-340269865-7kiU4fCQMuf97vs3827n1vn1oScnkYYvvQ1sGGa1QKVE.tar.zst -y 5 -m 2000000 -e 340269872 -c 2.2.16
20
20
src/flamenco/runtime/tests/run_ledger_backtest.sh -l devnet-390056400 -s snapshot-390056399-6JQvYEDzQqcrjF4EoxkWUMuskm9aGoGRG94twEqXuuri.tar.zst -y 10 -m 2000000 -e 390056406 -c 2.2.16
21
+ src/flamenco/runtime/tests/run_ledger_backtest.sh -l mainnet-254462437-v2.2.16 -s snapshot-254462437-9HqBi19BJJRZfHeBS3ZpkeP9B5SAxBxz6Kwug29yLHac.tar.zst -y 16 -m 10000000 -e 254462836 -c 2.2.16
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ echo "
170
170
[runtime]
171
171
heap_size_gib = 100
172
172
[runtime.limits]
173
- max_banks = 36
173
+ max_banks = 64
174
174
[consensus]
175
175
vote = false
176
176
[development]
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ echo "
106
106
[runtime]
107
107
heap_size_gib = 200
108
108
[runtime.limits]
109
- max_banks = 36
109
+ max_banks = 64
110
110
[blockstore]
111
111
shred_max = 16777216
112
112
block_max = 8192
You can’t perform that action at this time.
0 commit comments