Date: Thu, 8 Apr 2004 14:06:13 -0400 From: Charles Swiger <cswiger@mac.com> To: Micah Bushouse <bushous2@msu.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Inact v. Free Memory Message-ID: <6C417830-8987-11D8-88D0-003065ABFD92@mac.com> In-Reply-To: <4075468C.4070603@msu.edu> References: <4075468C.4070603@msu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 8, 2004, at 8:33 AM, Micah Bushouse wrote: > My question is... after I shut down all programs, ctrl alt backspace > X, and get back to a terminal, why does top still show all the memory > just freed by my desktop programs as inactive? The system still has the contents of your old programs kept in memory, but marked as "inactive". If you start running one of those programs again, the system will reuse pages of inactive memory where possible, rather than reading everything from disk again. -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6C417830-8987-11D8-88D0-003065ABFD92>