1
0
Fork 0

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:
Patrick Lühne 2017-11-29 17:29:10 +01:00
parent 18e4074453
commit f08b17298d
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ limits:
# time limit per instance in seconds
time: 900
# memory limit per instance in kilobytes
memory: 8000000
memory: 9216000 # 8192 MB memory limit + 1024 MB tolerance margin