Messages in this thread |  | | Date | Tue, 21 Aug 2001 19:22:16 -0400 (EDT) | From | Ben LaHaise <> | Subject | Re: how to page_cache.max_percent? |
| |
On Wed, 22 Aug 2001 firenza@gmx.net wrote:
> i don't care about the pagecache, i only care about having those > 3GB in memory...
mlock()/mlockall().
> is there a way to set a maximum size for the pagecache (afaik, > page_cache.max_percent is not used)?
> or can i specify to always drain the pagecache before swapping out?
Disable all swap. (ie swapoff -a)
-ben
- 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/
|  |