We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600fb54 commit 74a532cCopy full SHA for 74a532c
railties/lib/rails/generators/rails/app/templates/docker-entrypoint.tt
@@ -2,7 +2,7 @@
2
3
# Enable jemalloc for reduced memory usage and latency.
4
if [ -z "${LD_PRELOAD+x}" ] && [ -f /usr/lib/*/libjemalloc.so.2 ]; then
5
- export LD_PRELOAD="$(echo /usr/lib/*/libjemalloc.so.2) $LD_PRELOAD"
+ export LD_PRELOAD="$(echo /usr/lib/*/libjemalloc.so.2)"
6
fi
7
8
<% unless skip_active_record? -%>
0 commit comments