Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
The docker switch for disabling the jemalloc memory allocator has been reworked from a script argument to an environment variable called DISABLE_JEMALLOC. If set to "true" jemalloc will not be enabled.
Description
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.
Attachments
Issue Links
- relates to
-
FLINK-21048 Refactor documentation related to switch memory allocator
- Resolved
-
FLINK-20915 Move docker-entrypoint.sh logic into distribution
- Closed
- links to