Skip to content

Commit 9e70b64

Browse files
authored
Corrected the format
Corrected the format
1 parent d3c5633 commit 9e70b64

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

articles/hdinsight-aks/flink/flink-configuration-management.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@ HDInsight on AKS provides a set of default configurations of Apache Flink for mo
2020

2121
:::image type="content" source="./media/flink-configuration-management/update-job.png" alt-text="Screenshot update job." lightbox="./media/flink-configuration-management/update-job.png":::
2222

23-
Here the checkpoint interval is changed at *Cluster level*.
23+
Here the checkpoint interval is changed at *Cluster level*.
2424

2525
1. Update the changes by clicking **OK** and then **Save**.
2626

27-
Once saved, the new configurations get updated in a few minutes (~5 minutes).
28-
29-
Configurations, which can be updated using Configuration Management Settings
30-
31-
`processMemory size:`
32-
33-
The default settings for the process memory size of or job manager and task manager would be the memory configured by the user during cluster creation.
34-
35-
This size can be configured by using the below configuration property. In-order to change task manager process memory, use this configuration.
36-
37-
`taskmanager.memory.process.size : <value>`
38-
39-
Example:
40-
`taskmanager.memory.process.size : 2000mb`
41-
42-
For job manager,
43-
44-
`jobmanager.memory.process.size : <value>`
45-
46-
> [!NOTE]
47-
> The maximum configurable process memory is equal to the memory configured for `jobmanager/taskmanager`.
27+
1. Once saved, the new configurations get updated in a few minutes (~5 minutes).
28+
29+
1. Configurations, which can be updated using Configuration Management Settings.
30+
31+
`processMemory size:`
32+
33+
1. The default settings for the process memory size of or job manager and task manager would be the memory configured by the user during cluster creation.
34+
35+
1. This size can be configured by using the below configuration property. In-order to change task manager process memory, use this configuration.
36+
37+
`taskmanager.memory.process.size : <value>`
38+
39+
Example:
40+
`taskmanager.memory.process.size : 2000mb`
41+
42+
1. For job manager
43+
44+
`jobmanager.memory.process.size : <value>`
45+
46+
> [!NOTE]
47+
> The maximum configurable process memory is equal to the memory configured for `jobmanager/taskmanager`.
4848
4949
## Checkpoint Interval
5050

0 commit comments

Comments
 (0)