Skip to content

Commit d44f6b6

Browse files
committed
.
1 parent 74fee34 commit d44f6b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/developer/use-pl-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ PL/Container requires specific Docker images to create containers for running UD
113113

114114
2. Use the `plcontainer image-add` command to install the image on all Apache Cloudberry hosts. Use the `-f` option to specify the path to the image file.
115115

116-
:::{note}
116+
:::note
117117
Make sure that your system has the `rsync` dependency; otherwise, the following commands will fail.
118118
:::
119119

@@ -320,7 +320,7 @@ Docker containers share CPU and memory resources with the Apache Cloudberry data
320320
321321
PL/Container manages resources at two levels: container level and runtime level. You can control container-level CPU and memory resources by configuring `memory_mb` and `cpu_share` settings for a runtime. `memory_mb` controls the memory resources available to each container instance, while `cpu_share` defines the CPU usage weight of a container relative to others.
322322
323-
:::{note}
323+
:::note
324324
If you do not explicitly configure a resource group for a PL/Container runtime, its container instances will only be limited by system resources. This can lead to containers consuming excessive resources, thus affecting the performance of the database server.
325325
:::
326326

versioned_docs/version-2.x/developer/use-pl-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ PL/Container requires specific Docker images to create containers for running UD
113113

114114
2. Use the `plcontainer image-add` command to install the image on all Apache Cloudberry hosts. Use the `-f` option to specify the path to the image file.
115115

116-
:::{note}
116+
:::note
117117
Make sure that your system has the `rsync` dependency; otherwise, the following commands will fail.
118118
:::
119119

@@ -320,7 +320,7 @@ Docker containers share CPU and memory resources with the Apache Cloudberry data
320320
321321
PL/Container manages resources at two levels: container level and runtime level. You can control container-level CPU and memory resources by configuring `memory_mb` and `cpu_share` settings for a runtime. `memory_mb` controls the memory resources available to each container instance, while `cpu_share` defines the CPU usage weight of a container relative to others.
322322
323-
:::{note}
323+
:::note
324324
If you do not explicitly configure a resource group for a PL/Container runtime, its container instances will only be limited by system resources. This can lead to containers consuming excessive resources, thus affecting the performance of the database server.
325325
:::
326326

0 commit comments

Comments
 (0)