Re: [RFC][PATCH] vm_swap_full

From: Rik van Riel (riel@conectiva.com.br)
Date: Sun Nov 04 2001 - 11:36:34 EST


On Sun, 4 Nov 2001, Ed Tomlinson wrote:

> -/* Swap 50% full? Release swapcache more aggressively.. */
> -#define vm_swap_full() (nr_swap_pages*2 < total_swap_pages)
> +/* Free swap less than inactive pages? Release swapcache more aggressively.. */
> +#define vm_swap_full() (nr_swap_pages < nr_inactive_pages)

> Comments?

Makes absolutely no sense for systems which have more
swap than RAM, eg. a 64MB system with 200MB of swap.

Rik

-- 
DMCA, SSSCA, W3C?  Who cares?  http://thefreeworld.net/

http://www.surriel.com/ http://distro.conectiva.com/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Nov 07 2001 - 21:00:23 EST