aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc
diff options
context:
space:
mode:
Diffstat (limited to 'vespamalloc')
-rwxr-xr-xvespamalloc/src/tests/thread/thread_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespamalloc/src/tests/thread/thread_test.sh b/vespamalloc/src/tests/thread/thread_test.sh
index 45734bab3a7..cf92f8eb0fc 100755
--- a/vespamalloc/src/tests/thread/thread_test.sh
+++ b/vespamalloc/src/tests/thread/thread_test.sh
@@ -4,8 +4,8 @@ set -e
echo "Trying to find limit for processes:"
if ulimit -u; then
- echo "Fixing limit to 31100"
- ulimit -u 31100
+ echo "Fixing limit to 14100"
+ ulimit -u 14100
elif [ "$RETRYEXEC" ]; then
echo "Already tried to re-exec script, giving up."
exit 1