chenyuzhi459 commented on code in PR #825:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/825#discussion_r1605937715


##########
docker-entrypoint.sh:
##########
@@ -22,6 +22,27 @@ args=("$@")
 
 cd /flink-kubernetes-operator || exit
 
+maybe_enable_jemalloc() {
+    if [ "${DISABLE_JEMALLOC:-false}" == "false" ]; then
+        JEMALLOC_PATH="/usr/lib/$(uname -m)-linux-gnu/libjemalloc.so"
+        JEMALLOC_FALLBACK="/usr/lib/x86_64-linux-gnu/libjemalloc.so"

Review Comment:
   Refer to the issue 
[FLINK-28057](https://issues.apache.org/jira/browse/FLINK-28057),
   
   maybe the user base image cannot use or install jemalloc,so will try 
fallback.



-- 
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