Remove duplicate value

This commit is contained in:
Achmad Chun Chun 2024-02-14 20:19:55 +07:00
parent 600fb54f21
commit 74a532ccc3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Enable jemalloc for reduced memory usage and latency.
if [ -z "${LD_PRELOAD+x}" ] && [ -f /usr/lib/*/libjemalloc.so.2 ]; then
export LD_PRELOAD="$(echo /usr/lib/*/libjemalloc.so.2) $LD_PRELOAD"
export LD_PRELOAD="$(echo /usr/lib/*/libjemalloc.so.2)"
fi
<% unless skip_active_record? -%>