Testsuite: change resource limits to work on Debian/Jessie
this is strange; we need to crank up the VSize to 6 GiB to get the 5 massively multithreaded tests to run. I checked those tests with valgrind and can not see any such huge allocation
This commit is contained in:
parent
bd825758e2
commit
9a89d7b193
1 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
LOGSUPPRESS='^\(\*\*[0-9]*\*\* \)\?[0-9]\{10,\}[:!] \(TRACE\|INFO\|NOTICE\|WARNING\|ERR\|TODO\|PLANNED\|FIXME\|DEPRECATED\|UNIMPLEMENTED\|RESOURCE_ANNOUNCE\|RESOURCE_ENTER\|RESOURCE_STATE\|RESOURCE_LEAVE\):'
|
LOGSUPPRESS='^\(\*\*[0-9]*\*\* \)\?[0-9]\{10,\}[:!] \(TRACE\|INFO\|NOTICE\|WARNING\|ERR\|TODO\|PLANNED\|FIXME\|DEPRECATED\|UNIMPLEMENTED\|RESOURCE_ANNOUNCE\|RESOURCE_ENTER\|RESOURCE_STATE\|RESOURCE_LEAVE\):'
|
||||||
|
|
||||||
LIMIT_CPU=120
|
LIMIT_CPU=10
|
||||||
LIMIT_VG_CPU=115
|
LIMIT_VSZ=$((6 * 1014 * 1024))
|
||||||
LIMIT_VG_TIME=120
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue