Skip to content

Commit 616c59e

Browse files
SamyOubouazizRoRoJ
andauthored
Update pages/serverless-containers/troubleshooting/container-oom.mdx
Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com>
1 parent 93039c9 commit 616c59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-containers/troubleshooting/container-oom.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ My container runs out of memory (OOM) and crashes or restarts.
1313

1414
## Possible cause
1515

16-
In sandbox v1 and v2, some directories are mounted as `tmpfs` for temporary in-memory storage. In Sandbox v2, directories such as `/tmp` and `/dev` are stored in memory.
16+
In Sandbox v1 and v2, some directories are mounted as `tmpfs` for temporary in-memory storage. In Sandbox v2, directories such as `/tmp` and `/dev` are stored in memory.
1717

1818
Excessive writes to `/tmp` can fill up the provisioned memory, leading to out-of-memory (OOM) errors, potentially triggering a container restart.
1919

0 commit comments

Comments
 (0)