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
4 lines
253 B
Text
Executable file
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))
|