增加 Linux 释放缓存空间.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-12-23 13:35:54 +08:00
parent 2d84e23265
commit 6f006867b2
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Linux 释放缓存空间
Linux 下释放 cache 空间命令如下:
```bash
echo 3 > /proc/sys/vm/drop_caches
```