skip to content
barorin&?

Ubuntuでのメモリ解放方法

/ 1 min read

Table of Contents

はじめに

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

方法

Terminal window
# メモリの使用状況確認
$ free -h
# キャッシュの削除
$ sudo sh -c "echo 3 > /proc/sys/vm/drop_caches"