Ubuntuでのメモリ解放方法 2025年1月26日 / 1 min read View more blogs with the tag ubuntu Table of Contents #はじめに #方法 はじめに Ubuntuでのメモリ解放方法です。 方法 Terminal window# メモリの使用状況確認$ free -h # キャッシュの削除$ sudo sh -c "echo 3 > /proc/sys/vm/drop_caches"