Xintong Song created FLINK-24353: ------------------------------------ Summary: Bash scripts do not respect dynamic configurations when calculating memory sizes Key: FLINK-24353 URL: https://issues.apache.org/jira/browse/FLINK-24353 Project: Flink Issue Type: Bug Components: Deployment / Scripts Affects Versions: 1.13.2, 1.14.0, 1.15.0 Reporter: Xintong Song Assignee: Xintong Song
Dynamic configurations (the '-D' arguments) are lost due to changes in FLINK-21128. Consequently, dynamic configurations like the following commands will not take effect. ``` ./bin/taskmanager.sh start -D taskmanager.memory.task.off-heap.size=128m ``` -- This message was sent by Atlassian Jira (v8.3.4#803005)