Skip to content

Commit fb2141d

Browse files
committed
Increase ram limit to 8GB.
In theory we can go up to about 13GB, but be conservative.
1 parent 36f6715 commit fb2141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics_gather.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
export LD_LIBRARY_PATH=/usr/local/lib/
66

77
#3GB RAM limit
8-
ulimit -m 3000000
8+
ulimit -m 8000000
99

1010
#enable core dumps (warning - uses up to 3GB per slot!)
1111
#requires /proc/sys/kernel/core_pattern = core

0 commit comments

Comments
 (0)