azagrebin commented on a change in pull request #10161: [FLINK-13986][runtime] Clean up legacy code for FLIP-49. URL: https://github.com/apache/flink/pull/10161#discussion_r352635307
########## File path: docs/ops/deployment/cluster_setup.md ########## @@ -70,7 +70,7 @@ After having extracted the system files, you need to configure Flink for the clu Set the `jobmanager.rpc.address` key to point to your master node. You should also define the maximum amount of main memory the JVM is allowed to allocate on each node by setting the `jobmanager.heap.size` and `taskmanager.heap.size` keys. -These values are given in MB. If some worker nodes have more main memory which you want to allocate to the Flink system you can overwrite the default value by setting the environment variable `FLINK_TM_HEAP` on those specific nodes. +These values are given in MB. If some worker nodes have more main memory which you want to allocate to the Flink system you can overwrite the default value by setting `taskmanager.memory.total-process.size` or `taskmanager.memory.total-flink.size` in *conf/flink-conf.yaml* on those specific nodes. Review comment: `taskmanager.heap.size` is still used in the previous line and `test_heavy_deployment.sh` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
