Date: Mon, 20 Jun 2005 13:24:30 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Francisco Reyes <lists@natserv.com> Cc: FreeBSD Questions List <questions@freebsd.org> Subject: Re: When does swap decreases Message-ID: <20050620182430.GE8497@dan.emsphone.com> In-Reply-To: <20050620141439.S36309@zoraida.natserv.net> References: <20050620141439.S36309@zoraida.natserv.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jun 20), Francisco Reyes said: > My swap used to be 30MB+ > I increased from 256MB to 384MB. > For several days swap usage was zero. Then I saw it increase to a few > hundred Kbs.. and now it's up to 10MB. > > I am wondering if it's because swap is not going down or there is now that > many more programs running (which I doubt). > > Before the memory upgrade the swap was very steady at 30MB so after a > 128MB memory increase I am a little surprised my swap seems to be > staying around 10MB When the system is low on memory, it will force the least used blocks of memory to swap. It will not free the swap space until the process owning them exits (even if it pages that memory back into RAM), so at some point the system paged out 30MB of memory, some processes exited and freed up 20MB, and you probably have some long-lived processes that account for that remaining 10MB. -- Dan Nelson dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050620182430.GE8497>