That's what I don't understand either. All I know is that when Linux doesn't start it take only 110M of RAM, after about one day, it goes up to 630M of ram and this is a new database, it has very few processes to it. and the memory never go down so that my database run really slow.
that's what I am confused and don't know what's going on.
nothing there is nothing needed to do, it's how it works and it does NOT mean Oracle is using that memory
It's how Linux works, it tries to cache everything in memory when it can
thanks again for all of the advise, but the database is not running as fast as I expect and the performance get worst if someone update something in the database. Below is the memory stats I got this morning:
Originally posted by ashley75
thanks again for all of the advise, but the database is not running as fast as I expect and the performance get worst if someone update something in the database. Below is the memory stats I got this morning:
Ah, now we come to the real problem. The database is slow, how do I tune it?
Find out where your bottlenecks are. Look at your disks, are they at 100%. What does your CPU say? What does vmstat say? Are only some queries slow? Which ones?
Have you checked the alert.log file? Do you see any ORA- message? There is a bug related to memory and process about Oracle 9i R2. You might need to apply patch if that is the causation of the server problem.
Bookmarks