use jemalloc
This commit is contained in:
@ -7,4 +7,9 @@ ruby --version
|
||||
printf "rubygems %s\n" "$(gem --version)"
|
||||
bundle version
|
||||
|
||||
if [ -z "${LD_PRELOAD+x}" ]; then
|
||||
LD_PRELOAD="$(find /usr/lib -name libjemalloc.so.2 -print -quit)"
|
||||
export LD_PRELOAD
|
||||
fi
|
||||
|
||||
exec "${@}"
|
||||
|
Reference in New Issue
Block a user