From 6f006867b2b7ce7c77b0325f9e460526e8dd3fea Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Wed, 23 Dec 2020 13:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Linux=20=E9=87=8A=E6=94=BE?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=A9=BA=E9=97=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/System/Linux/Linux_释放缓存空间.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Software/System/Linux/Linux_释放缓存空间.md diff --git a/Software/System/Linux/Linux_释放缓存空间.md b/Software/System/Linux/Linux_释放缓存空间.md new file mode 100644 index 0000000..2b869d3 --- /dev/null +++ b/Software/System/Linux/Linux_释放缓存空间.md @@ -0,0 +1,7 @@ +# Linux 释放缓存空间 + +Linux 下释放 cache 空间命令如下: + +```bash +echo 3 > /proc/sys/vm/drop_caches +```