Re: Broken memory management on system with no swap

From: Julian Elischer <julian_at_elischer.org>
Date: Sun, 20 Apr 2003 17:28:42 -0700 (PDT)
On Sun, 20 Apr 2003, Matthew Dillon wrote:

>     note (1): normally act_count protects against thrashing.  It is the
>     active queue's act_count algorithm which gives FreeBSD's such a nice
>     smooth degredation curve when memory loads become extreme by preventing
>     a frequently accessed page from being freed too early, so we don't
>     want to just turn it off.  Maybe we need a test for 'too many active
>     pages', aka when > 80% of available pages are in the active queue
>     to temporarily disable the act_count test.

I guess just raising the bar as to what a page needs, to be considdered
"active" would have that effect.
Received on Sun Apr 20 2003 - 15:28:49 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:04 UTC