Re: using swap when there is free ram

2019-03-01 Thread Pascal Hambourg
Le 01/03/2019 à 19:41, Reco a écrit : On Fri, Mar 01, 2019 at 07:34:50PM +0100, Pascal Hambourg wrote: Le 01/03/2019 à 18:56, Reco a écrit : First, there's huge amount of unused (not to be confused with "free") memory on your host. And no, it's not a filesystem's cache (600M), it's really "not

Re: using swap when there is free ram

2019-03-01 Thread Reco
On Fri, Mar 01, 2019 at 07:34:50PM +0100, Pascal Hambourg wrote: > Le 01/03/2019 à 18:56, Reco a écrit : > > > > First, there's huge amount of unused (not to be confused with "free") > > memory on your host. And no, it's not a filesystem's cache (600M), it's > > really "nothing there"-unused memor

Re: using swap when there is free ram

2019-03-01 Thread Pascal Hambourg
Le 01/03/2019 à 18:56, Reco a écrit : First, there's huge amount of unused (not to be confused with "free") memory on your host. And no, it's not a filesystem's cache (600M), it's really "nothing there"-unused memory which amounts 1880M. This is the amount reported in /proc/meminfo as MemFree

Re: using swap when there is free ram

2019-03-01 Thread Reco
Hi. On Fri, Mar 01, 2019 at 02:39:22PM -0300, Bruno Schneider wrote: > On Fri, Mar 1, 2019 at 2:18 PM Reco wrote: > > > > Please post the contents of /proc/meminfo. And "sar -r ALL 1 10", for > > the sake of the completeness. > > $ cat /proc/meminfo > MemTotal:3975380 kB > MemFree

Re: using swap when there is free ram

2019-03-01 Thread Bruno Schneider
On Fri, Mar 1, 2019 at 2:18 PM Reco wrote: > > Please post the contents of /proc/meminfo. And "sar -r ALL 1 10", for > the sake of the completeness. $ cat /proc/meminfo MemTotal:3975380 kB MemFree: 1886004 kB MemAvailable:2307332 kB Buffers: 49840 kB Cached:

Re: using swap when there is free ram

2019-03-01 Thread Reco
Hi. On Fri, Mar 01, 2019 at 02:12:06PM -0300, Bruno Schneider wrote: > My system started using swap space even when there is available RAM: > > $ free -m > totalusedfree shared buff/cache > available > Mem: 388210042303

Re: using swap when there is free ram

2019-03-01 Thread Dan Ritter
Bruno Schneider wrote: > My system started using swap space even when there is available RAM: > > $ free -m > totalusedfree shared buff/cache > available > Mem: 388210042303 63 573 > 2598 > Swap: 9

Re: using swap when there is free ram

2019-03-01 Thread Michael Stone
On Fri, Mar 01, 2019 at 02:12:06PM -0300, Bruno Schneider wrote: My system started using swap space even when there is available RAM: $ free -m totalusedfree shared buff/cache available Mem: 388210042303 63 573

using swap when there is free ram

2019-03-01 Thread Bruno Schneider
My system started using swap space even when there is available RAM: $ free -m totalusedfree shared buff/cache available Mem: 388210042303 63 5732598 Swap: 956 239 717 Can anyone hel