sjwiesman commented on a change in pull request #11947: URL: https://github.com/apache/flink/pull/11947#discussion_r417479863
########## File path: docs/ops/memory/mem_setup_jm.md ########## @@ -0,0 +1,98 @@ +--- +title: "Set up Job Manager Memory" +nav-parent_id: ops_mem +nav-pos: 3 +--- +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +* toc +{:toc} + +The further described memory configuration is applicable starting with the release version *1.11*. If you upgrade Flink +from earlier versions, check the [migration guide](mem_migration.html) because many changes were introduced with the *1.11* release. + +<span class="label label-info">Note</span> This memory setup guide is relevant <strong>only for job managers</strong>! +The main job manager memory components have a similar but simpler structure compared to the [task executors'](mem_setup_tm.html). + +## Configure Total Memory + +If you run the job manager process locally, you do not need to configure memory options, they will have no effect. +See also [notes for the execution mode](#notes-for-the-execution-mode). Otherwise, the simplest way to set up the +memory configuration is to configure the total memory. +See [how to configure it for the Flink process](mem_setup.html#configure-total-memory). Review comment: This paragraph felt backward to me. ```suggestion The simplest way to set up the memory configuration is to configure the [total memory](mem_setup.html#configure-total-memory) for the process. If you run the job manager process using a local [execution mode](#notes-for-the-execution-mode) you do not need to configure memory options, they will have no effect. ``` ---------------------------------------------------------------- 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]
