I have Oracle 9i running on Linux 7.3. The total ram on the box is 640M. I have the parameter copied as below and with these value for some reason, Oracle consume memory more than what I have specified on the parameter and I try to understand why. Every time , when I start Oracle, it take away 630M of ram and I have nothing running on this box, I only have oe database. please see below
Your SGA size is only 114M. The Variable Size is mainly made up from your large pool, java pool, and shared pool. You think you are allocating about 68M, but you must remember that oracle will allocate in granules. Also, there are other parameters that contribute to the SGA size. I think this looks about right for what you have specified.
If Oracle really is taking 630M at startup, I would look at your kernal parameters. You may have the minimum shared memory segment at 640M or something.
If Oracle really is taking 630M at startup, I would look at your kernal parameters. You may have the minimum shared memory segment at 640M or something.
[/B][/QUOTE]
Thanks for your reply, this is the first time I install Oracle on Linux environement so I don't know much about the Unix side. per your advise, I might have the minimum shared memory segment at 640M or something, how to I check that??? What do I need to do ???
Please help me b/c I want to learn more about Unix.
Bookmarks