Chesnay Schepler created FLINK-21034: ----------------------------------------
Summary: Rework jemalloc switch to use an environment variable Key: FLINK-21034 URL: https://issues.apache.org/jira/browse/FLINK-21034 Project: Flink Issue Type: Improvement Components: Deployment / Scripts Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.13.0, 1.12.2 The docker scripts have a flag for disabling jemalloc, which is currently passed as a parameter to the script. Such things should be done with environment options instead, as they are less error-prone (due to us not having to modify the arguments list) and easier to use. -- This message was sent by Atlassian Jira (v8.3.4#803005)