G
gus
Guest
Well you /don't/ have 6 GB of free memory. We don't know what you are running on this system or how the database and other stuff are configured, but you do not have enough memory. - there is 10 GB of total memory, which is not a lot for an active server - there is about 4 GB of stuff paged out because it does not fit in memory. - there is a small amount of filesystem cache (Active(file)) - there is 6 GB of stuff that is locked in memory (unevictable) - there is 6 GB'ish of "Cached" but that can be any of lots of things, including filesystem pages, code, and dynamically allocated memory. We have to figure out where your memory is going. Questions: How many databases are you running? How much shared memory are they allocating? What else is allocating shared memory? How many app servers? How many 4GL runtime clients? What else is running on this box? What does vmstat or some other utility (e.g. nmon) tell about pagin and pageout I/O rates?
Continue reading...
Continue reading...