Skip to content

Commit 95775ad

Browse files
committed
Modified the description about emptyDir sizeLimit
1 parent 30a0b14 commit 95775ad

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
@@ -353,7 +353,7 @@ overlays), the `emptyDir` may run out of capacity before this limit.
353353
{{< note >}}
354354
If the `SizeMemoryBackedVolumes` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled,
355355
you can specify a size for memory backed volumes. If no size is specified, memory
356-
backed volumes are sized to 50% of the memory on a Linux host.
356+
backed volumes are sized to node allocatable memory.
357357
{{< /note>}}
358358

359359
#### emptyDir configuration example

0 commit comments

Comments
 (0)