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 b324c22 commit 1ca8c8eCopy full SHA for 1ca8c8e
railties/lib/rails/generators/rails/app/templates/docker-entrypoint.tt
@@ -1,6 +1,6 @@
1
#!/bin/bash -e
2
3
-# Enable jemalloc for reduced memory usage and reduce latency.
+# 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"
6
fi
0 commit comments