Skip to content

Commit d21d2c0

Browse files
committed
docs(srv): update
1 parent c34db40 commit d21d2c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

pages/serverless-functions/reference-content/functions-sandbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Refer to the [official gVisor documentation](https://gvisor.dev/docs/user_guide/
2929

3030
## Sandbox special directories
3131

32-
In sandbox v1 and v2, some directories are mounted as `tmpfs` for temporary in-memory storage:
32+
In Sandbox v1 and v2, some directories are mounted as `tmpfs` for temporary in-memory storage:
3333

3434
| Sandbox v1 |Sandbox v2 |
3535
|---|---|

0 commit comments

Comments
 (0)