Skip to content

Commit 1ca8c8e

Browse files
byrootjoshuay03
andcommitted
Improve the docker-entrypoint comments
Co-Authored-By: Joshua Young <[email protected]>
1 parent b324c22 commit 1ca8c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/docker-entrypoint.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
# Enable jemalloc for reduced memory usage and reduce latency.
3+
# Enable jemalloc for reduced memory usage and latency.
44
if [ -f /usr/lib/*/libjemalloc.so.2 ]; then
55
LD_PRELOAD="$(echo /usr/lib/*/libjemalloc.so.2) $LD_PRELOAD"
66
fi

0 commit comments

Comments
 (0)