Skip to content

Commit

Permalink
Improve the docker-entrypoint comments
Browse files Browse the repository at this point in the history
Co-Authored-By: Joshua Young <djry1999@gmail.com>
  • Loading branch information
byroot and joshuay03 committed Feb 6, 2024
1 parent b324c22 commit 1ca8c8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

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

0 comments on commit 1ca8c8e

Please sign in to comment.