Set ulimit -v setting to 8 GiB (setting is given in kbyte) Otherwise it is not possible to start 100 Threads. This is surprising, because the actual memory usage of the tests in question are minuscule and also TOP does not show any significant memory peak when running the test.
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=$((8 * 1014 * 1024))
|