Administrator
|
It depends on the environment.
as for db , we have sga and pga. So processes on db tier, maps and use SGA but they also use pga, which is a process memory.
All the server processes have their own memories, as well.
for ex: OS uses memory to handle all the LOCAL=NO processes that are coming from the application to the database.
So it depends on your workload, data type, application design and type.
Start with a value , monitor it then increase or decrease it.
OS tools, EM and AWR are your tools for monitoring and checking..
As for apps tier, we have heaps.
FMW java heaps.
So, you configure these heaps and managed servers according to your use count. We also have concurrent managers and programs running on the apps nodes..
Again, it depends on the usage and env characteristics.
|