memory キャッシュをクリアしたい。
# free total used free shared buff/cache available Mem: 16330752 9140660 4220336 66624 2969756 6631456 Swap: 16777212 0 16777212 # sysctl -w vm.drop_caches=3 vm.drop_caches = 3 # free total used free shared buff/cache available Mem: 16330752 9081160 7025268 66624 224324 6896732 Swap: 16777212 0 16777212 メモリとして空くことは空くのですが、bugってCPU使用率が100%に張り付いたりするケースもあったりしたので万能ではないのである意味危険な行為です。