Commit 005d3bc
authored
docs: note that tmpfs usage counts toward container memory limit (#25741)
tmpfs is backed by host memory and that usage is charged to the
container's memory cgroup. A large `tmpfs-size` (or a host-mounted
tmpfs) does not give you RAM outside `--memory`, and filling the mount
can still OOM the container.
Called that out in the intro and limitations, with a pointer to the
runtime metrics page.
Fixes moby/moby#47967
---------
Signed-off-by: Dean Chen <862469039@qq.com>1 parent e4b2119 commit 005d3bc
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
| |||
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| 57 | + | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
| |||
0 commit comments