Skip to content

Commit 928a0b7

Browse files
authored
Apply suggestion from @agocke
1 parent d6dd0eb commit 928a0b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/core/runtime-config/garbage-collector.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,8 @@ The following settings apply to all flavors of the GC:
339339
340340
### Heap hard limit percent
341341

342-
- Specifies the heap hard limit as a percentage of the total physical memory. If the process is running in a memory-constrained environment, that is, inside a container with a specified memory limit, the container limit is considered the total physical memory. If in a memory-constrained environment, the default value is 75%.
342+
- Specifies the heap hard limit as a percentage of total physical memory.
343+
- If the process runs inside an environment (e.g., a container) with a set memory limit, that limit is treated as the total physical memory. In such environments, the default value is 75%.
343344
- This setting only applies to 64-bit computers.
344345
- This setting is ignored if the [Per-object-heap hard limits](#per-object-heap-hard-limits) are configured or the [heap hard limit](#heap-hard-limit) is configured.
345346

0 commit comments

Comments
 (0)