skip to content
barorin&?

Ubuntuでのメモリ解放方法

/ 1 min read

はじめに

Ubuntuでのメモリ解放方法です。

方法

# メモリの使用状況確認
$ free -h

# キャッシュの削除
$ sudo sh -c "echo 3 > /proc/sys/vm/drop_caches"