1.151 LARGE_POOL_SIZE
LARGE_POOL_SIZE specifies (in bytes) the size of the large pool allocation heap.
               
| Property | Description | 
|---|---|
| Parameter type | Big integer | 
| Syntax | 
 | 
| Default value | If  If  | 
| Modifiable | 
 | 
| Modifiable in a PDB | No | 
| Range of values | Minimum: the granule size Maximum: operating system-dependent | 
| Basic | No | 
The large pool allocation heap is used in shared server systems for session memory, by parallel execution for message buffers, and by backup processes for disk I/O buffers. Parallel execution allocates buffers out of the large pool only when SGA_TARGET is set. 
                  
You can specify the value of this parameter using a number, optionally followed by K or M to specify kilobytes or megabytes, respectively. If you do not specify K or M, then the number is taken as bytes.
See Also:
Oracle Database Performance Tuning Guide for more information on setting this parameter