Commit 8ff3b113 authored by pk910's avatar pk910 Committed by GitHub

fix: bump assertoor memory limit to 8G (#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.
parent a913455b
......@@ -18,7 +18,7 @@ VALIDATOR_RANGES_ARTIFACT_NAME = "validator-ranges"
MIN_CPU = 100
MAX_CPU = 1000
MIN_MEMORY = 128
MAX_MEMORY = 2048
MAX_MEMORY = 8192
USED_PORTS = {
HTTP_PORT_ID: shared_utils.new_port_spec(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment