Skip to content

Commit 1c8aee2

Browse files
committed
update max memory for txpool-viz
1 parent d526d42 commit 1c8aee2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/txpool_viz/txpool_viz.star

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ TXPOOL_VIZ_CONFIG_FILENAME = "config.yaml"
99
TXPOOL_VIZ_CONFIG_PATH="/cfg/"
1010

1111
# The min/max CPU/memory that txpool-viz can use
12-
# To be benchmarked
1312
MIN_CPU = 100
14-
MAX_CPU = 1000
13+
MAX_CPU = 10000
1514
MIN_MEMORY = 128
16-
MAX_MEMORY = 2048
15+
MAX_MEMORY = 8192
1716

1817
def launch_txpool_viz(
1918
plan,

0 commit comments

Comments
 (0)