Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Server Process Memory Usage
> Could someone please tell me the usual amount of memory used
The memory used by the dedicated server process will include most of SGA, which is shared memory. So if you look at the size of the background processes (which also use the shared memory) you should note that the dedicated server processes (connections) are a bit bigger, because they also have some space for sorts and other overhead. You can reduce the marginal difference by lowering sort_area_retained_size. Received on Fri Oct 24 1997 - 00:00:00 CDT
![]() |
![]() |