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 a8d6d47 commit 9940dc8Copy full SHA for 9940dc8
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 [ -f /usr/lib/*/libjemalloc.so.2 ]; then
5
- LD_PRELOAD="$(echo /usr/lib/*/libjemalloc.so.2) $LD_PRELOAD"
+ export LD_PRELOAD="$(echo /usr/lib/*/libjemalloc.so.2) $LD_PRELOAD"
6
fi
7
8
<% unless skip_active_record? -%>
0 commit comments