darxus on Mon, 5 Jun 2000 09:04:03 -0400 (EDT) |
On Mon, 5 Jun 2000, Martin DiViaio wrote: > Can someone tell me how to set the kernel's cache size? I've read the > memory.txt file in the kernel's Documentation directory and it says to turn > off caching in the BIOS. Unfortunately I can not do this because there isn't > an option for it. The kernel is allocating over half of my online RAM for it's > cache and since I only have 40MB online this is a real problem. "Linux has an always full memory model". If your memory isn't being used for something else, it'll be used up for cache. If it's needed by other things, it'll be taken from what's being used for cache first. Don't know if this is what you're seeing. ___________________ www.ChaosReigns.com ______________________________________________________________________ Philadelphia Linux Users Group - http://plug.nothinbut.net Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|
|