Skip to content

Commit 37fa3ce

Browse files
authored
Merge pull request #40725 from ziyi-xie/emptydir-description
Modified the description about emptyDir sizeLimit
2 parents aa2695b + 95775ad commit 37fa3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ overlays), the `emptyDir` may run out of capacity before this limit.
258258
{{< note >}}
259259
If the `SizeMemoryBackedVolumes` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled,
260260
you can specify a size for memory backed volumes. If no size is specified, memory
261-
backed volumes are sized to 50% of the memory on a Linux host.
261+
backed volumes are sized to node allocatable memory.
262262
{{< /note>}}
263263

264264
#### emptyDir configuration example

0 commit comments

Comments
 (0)