Re: dynamic allocation of swap disk space

From: Paul Jackson
Date: Mon May 10 2004 - 15:31:39 EST


> How about dynamically allocating up to a certain limit.

Given that disk space is essentially "free", how does that
differ from simply allocating swap files up to the desired
limit size?

And having a bigger swap space wouldn't help your thrashing
problem. You're not thrashing (unusable system, mucho disk
activity) for lack of swap space. You're thrashing because
you are trying to use the swap space you already have for
active pages.

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@xxxxxxx> 1.650.933.1373
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/