私はEC2のドッカースームCEセットアップを持っています。 私は2つのノードを持っています。 1マネージャーと1ワーカー。 ホストインスタンスの種類はAlpine Linuxです。ドッカーコンテナ内のキャッシュメモリをクリアする方法
Managerホストでメモリ使用量は次のとおりです。私は、コンテナのログイン時
~ $ free -m
total used free shared buffers cached
Mem: 7972 4996 2975 715 178 2857
-/+ buffers/cache: 1960 6011
Swap: 0 0 0
〜$
は今、
~ $ docker exec -it c7cc255aca1f /bin/bash
[[email protected] /]#
And see the memory utilization:
[[email protected] /]# free -m
total used free shared buff/cache available
Mem: 7972 1654 2970 715 3347 5269
Swap: 0 0 0
[[email protected] /]#
が親切にバフ/キャッシュをクリアする方法を私を助けますまたはキャッシュ?