slow machine, swap in use, but more than 5GB of RAM inactive
Brandon Allbery
allbery.b at gmail.com
Tue Mar 7 09:48:15 UTC 2017
On Tue, Mar 7, 2017 at 2:02 AM, Slawa Olhovchenkov <slw at zxy.spb.ru> wrote:
> inactive is not 'not used' memory.
> this is just pages don't touched in last 10(?) seconds, but all of
> this allocated (such as malloc, mmap, sendfile) to application
> (userland programs).
>
Or otherwise phrased: they're candidates to be paged out if something
requires that much memory soon. Meanwhile, stuff currently paged out will
stay there unless actively needed; why bother pulling it back in if nothing
actually needs it right now, especially since it got paged out because
nothing had used it recently (i.e. it was marked inactive)?
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
More information about the freebsd-stable
mailing list