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:
Fischlurch 2015-08-14 23:05:21 +02:00
parent bd825758e2
commit 9a89d7b193

View file

@ -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\):'
LIMIT_CPU=120
LIMIT_VG_CPU=115
LIMIT_VG_TIME=120
LIMIT_CPU=10
LIMIT_VSZ=$((6 * 1014 * 1024))