Skip to content

Commit bc7a3b6

Browse files
committed
offline-replay: update runtime limits
1 parent cd8bd64 commit bc7a3b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/offline-replay/offline_replay.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
[runtime]
2323
heap_size_gib = {heap_size}
2424
[runtime.limits]
25-
max_banks = 64
25+
max_total_banks = 4
26+
max_fork_width = 4
2627
[blockstore]
2728
shred_max = 16777216
2829
block_max = 8192

0 commit comments

Comments
 (0)