This is an automated email from the ASF dual-hosted git repository. xtsong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 98668db6d0731e6927b761ef2c1723867b37444e Author: Xintong Song <[email protected]> AuthorDate: Wed Jun 24 12:49:12 2020 +0800 [hotfix][doc] Remove total process/flink memory from JM detailed memory configuration table. --- docs/ops/memory/mem_setup_jobmanager.md | 2 -- docs/ops/memory/mem_setup_jobmanager.zh.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/ops/memory/mem_setup_jobmanager.md b/docs/ops/memory/mem_setup_jobmanager.md index fab21a6..3a5ce11 100644 --- a/docs/ops/memory/mem_setup_jobmanager.md +++ b/docs/ops/memory/mem_setup_jobmanager.md @@ -52,8 +52,6 @@ affect the size of the respective components: | **Component** | **Configuration options** | **Description** [...] | :------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------- [...] -| [Total Process Memory](mem_setup.html#configure-total-memory) | [`jobmanager.memory.process.size`](../config.html#jobmanager-memory-process-size) | The *total process memory* size for the job manager. This includes all the memory that a job manager JVM process consumes, consisti [...] -| [Total Flink Memory](mem_setup.html#configure-total-memory) | [`jobmanager.memory.flink.size`](../config.html#jobmanager-memory-flink-size) | The *total Flink memory* size for the job manager. This includes all the memory that a job manager consumes, except for *JVM metasp [...] | [JVM Heap](#configure-jvm-heap) | [`jobmanager.memory.heap.size`](../config.html#jobmanager-memory-heap-size) | *JVM Heap* memory size for job manager. [...] | [Off-heap Memory](#configure-off-heap-memory) | [`jobmanager.memory.off-heap.size`](../config.html#jobmanager-memory-off-heap-size) | *Off-heap* memory size for job manager. This option covers all off-heap memory usage including direct and native memory allocation. [...] | [JVM metaspace](mem_setup.html#jvm-parameters) | [`jobmanager.memory.jvm-metaspace.size`](../config.html#jobmanager-memory-jvm-metaspace-size) | Metaspace size of the Flink JVM process [...] diff --git a/docs/ops/memory/mem_setup_jobmanager.zh.md b/docs/ops/memory/mem_setup_jobmanager.zh.md index fab21a6..3a5ce11 100644 --- a/docs/ops/memory/mem_setup_jobmanager.zh.md +++ b/docs/ops/memory/mem_setup_jobmanager.zh.md @@ -52,8 +52,6 @@ affect the size of the respective components: | **Component** | **Configuration options** | **Description** [...] | :------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------- [...] -| [Total Process Memory](mem_setup.html#configure-total-memory) | [`jobmanager.memory.process.size`](../config.html#jobmanager-memory-process-size) | The *total process memory* size for the job manager. This includes all the memory that a job manager JVM process consumes, consisti [...] -| [Total Flink Memory](mem_setup.html#configure-total-memory) | [`jobmanager.memory.flink.size`](../config.html#jobmanager-memory-flink-size) | The *total Flink memory* size for the job manager. This includes all the memory that a job manager consumes, except for *JVM metasp [...] | [JVM Heap](#configure-jvm-heap) | [`jobmanager.memory.heap.size`](../config.html#jobmanager-memory-heap-size) | *JVM Heap* memory size for job manager. [...] | [Off-heap Memory](#configure-off-heap-memory) | [`jobmanager.memory.off-heap.size`](../config.html#jobmanager-memory-off-heap-size) | *Off-heap* memory size for job manager. This option covers all off-heap memory usage including direct and native memory allocation. [...] | [JVM metaspace](mem_setup.html#jvm-parameters) | [`jobmanager.memory.jvm-metaspace.size`](../config.html#jobmanager-memory-jvm-metaspace-size) | Metaspace size of the Flink JVM process [...]
