From fb2141db32cf50039d52b462168e67b2b91c696d Mon Sep 17 00:00:00 2001 From: Thomas Daede Date: Thu, 25 Feb 2021 21:23:17 -0800 Subject: [PATCH] Increase ram limit to 8GB. In theory we can go up to about 13GB, but be conservative. --- metrics_gather.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics_gather.sh b/metrics_gather.sh index 6b61a29..35bf397 100755 --- a/metrics_gather.sh +++ b/metrics_gather.sh @@ -5,7 +5,7 @@ set -e export LD_LIBRARY_PATH=/usr/local/lib/ #3GB RAM limit -ulimit -m 3000000 +ulimit -m 8000000 #enable core dumps (warning - uses up to 3GB per slot!) #requires /proc/sys/kernel/core_pattern = core