[
https://issues.apache.org/jira/browse/FLINK-21034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-21034:
-------------------------------------
Release Note: The docker switch for disabling the jemalloc memory allocator
has been reworked from a script argument to an environment variable called
DISABLED_JEMALLOC. If set to "true" jemalloc will not be enabled.
> 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
> Priority: Major
> Labels: pull-request-available
> 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)