Skip to content

Commit 8ff3b11

Browse files
authored
fix: bump assertoor memory limit to 8G (ethereum#874)
bump the memory limit for assertoor to 8GB increasing the limit is necessary to run child processes (like the execution spec tests) reliable. the limit is for the whole container, which not only includes assertoor, but also all sub-processes launched by tests.
1 parent a913455 commit 8ff3b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assertoor/assertoor_launcher.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ VALIDATOR_RANGES_ARTIFACT_NAME = "validator-ranges"
1818
MIN_CPU = 100
1919
MAX_CPU = 1000
2020
MIN_MEMORY = 128
21-
MAX_MEMORY = 2048
21+
MAX_MEMORY = 8192
2222

2323
USED_PORTS = {
2424
HTTP_PORT_ID: shared_utils.new_port_spec(

0 commit comments

Comments
 (0)