Raise memory limit by 1024 MB
We noticed that when using a 8192 MB memory limit, Madagascar frequently surpasses this limit. This is probably due to a difference in how the memory consumption is measured in the benchmark runner and Madagascar. For this reason, this commit raises the memory limit by a tolerance margin of 1024 MB.
This commit is contained in:
parent
18e4074453
commit
f08b17298d
@ -47,4 +47,4 @@ limits:
|
|||||||
# time limit per instance in seconds
|
# time limit per instance in seconds
|
||||||
time: 900
|
time: 900
|
||||||
# memory limit per instance in kilobytes
|
# memory limit per instance in kilobytes
|
||||||
memory: 8000000
|
memory: 9216000 # 8192 MB memory limit + 1024 MB tolerance margin
|
||||||
|
Loading…
Reference in New Issue
Block a user