Myasuka commented on code in PR #1824:
URL: 
https://github.com/apache/incubator-celeborn/pull/1824#discussion_r1301273449


##########
docker/Dockerfile:
##########
@@ -35,6 +35,8 @@ RUN set -ex && \
     useradd  --uid=${celeborn_uid} --gid=${celeborn_gid} celeborn -d 
/home/celeborn -m && \
     mkdir -p ${CELEBORN_HOME}
 
+ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so

Review Comment:
   +1. I think your proposal is almost the same as what Flink does currently. 
The `uname -m` would be executed in the `docker-entrypoint.sh` instead of 
`Dockerfile` building.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to