Skip to content

Commit 1b240fe

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The following settings apply to all flavors of the GC:
300300

301301
- The heap hard limit is defined as the maximum commit size, in bytes, for the GC heap and GC bookkeeping.
302302
- This setting only applies to 64-bit computers.
303-
- If this limit isn't configured but the process is running in a memory-constrained environment, that is, inside a container with a specified memory limit, a default value is set. That default is the greater of 20 MB or the [heap hard limit percent](#heap-hard-limit-percent) of the memory limit on the container.
303+
- If running in a memory-constrained environment (e.g., a container) and this value is unset, the default value is either 20 MB or the [heap hard limit percent](#heap-hard-limit-percent) of the container limit, whichever is larger.
304304
- This setting is ignored if the [Per-object-heap hard limits](#per-object-heap-hard-limits) are configured.
305305

306306
| | Setting name | Values | Version introduced |

0 commit comments

Comments
 (0)