LUMIERA.clone/tests/test.conf
Ichthyostega 9a89d7b193 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
2015-08-16 01:17:39 +02:00

4 lines
253 B
Text
Executable file

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=10
LIMIT_VSZ=$((6 * 1014 * 1024))