Re: Swap maximum size documented ?

From: cutaway
Date: Wed Jun 01 2005 - 16:30:13 EST


----- Original Message -----
From: "Bill Davidsen" <davidsen@xxxxxxx>
To: "William Lee Irwin III" <wli@xxxxxxxxxxxxxx>
Cc: <linux-kernel@xxxxxxxxxxxxxxx>
Sent: Wednesday, June 01, 2005 15:47
Subject: Re: Swap maximum size documented ?


> >
> >>Does this apply to mmap as well? I have an application which currently
> >>uses 9TB of data....

With this much data, you might consider investigating its compressability.
If it turned out to be highly compressable, algorithmic changes in how the
data is handled might considerably lighten the load on MM and disk
subsystems. Its almost always cheaper to compress/decompress cached data in
memory than hit physical media.

-
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/