newbie: total memory for an instance? [message #280678] |
Wed, 14 November 2007 08:40 |
hristo
Messages: 258 Registered: May 2007
|
Senior Member |
|
|
Hi!
If I have an instance with a SGA_target of 350MB (and sga_max_size also 350) and an pga_aggregate_target of 100MB will the total memory allocation of this instance be 450, or?
|
|
|
|
|
|
|
|
|
|
|
Re: newbie: total memory for an instance? [message #281024 is a reply to message #280968] |
Thu, 15 November 2007 07:25 |
hristo
Messages: 258 Registered: May 2007
|
Senior Member |
|
|
hi!
Im trying to tunedown the memory of an empty DB (RAC using Grid). Win 2003, DB 10.2.0.3 Grid Control.
This DB is only created, so there are no data in it. I have set this up:
pga_aggregate_target = 194M (a little high, maybe)
sga_target = 400M
java_pool_size = 8M
large_pool_size = 8M
sga_max_size = 400M
shared_pool_size = 85M
sort_area_size = 2M
But I only get this:
ORA-04030: out of process memory when trying to allocate 32 bytes (sqlarea,tmp) when trying to start it up.
There are around 7gb free RAM on the server. so, that could not be the issue. We have two other identical DBs that can run with lower settings.
Any good ideas for a newbie??
|
|
|
|
|