Skip to content

Commit

Permalink
Increase ram limit to 8GB.
Browse files Browse the repository at this point in the history
In theory we can go up to about 13GB, but be conservative.
  • Loading branch information
tdaede committed Feb 26, 2021
1 parent 36f6715 commit fb2141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics_gather.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb2141d

Please sign in to comment.