|  
 Parameter type 
 | 
 
 Big integer 
 | 
|  
 Syntax 
 | 
 
 LARGE_POOL_SIZE = integer [K | M | G] 
 | 
|  
 Default value 
 | 
 
 24 MB, rounded up to the nearest granule size 
 | 
|  
 Parameter class 
 | 
 
 Static 
 | 
|  
 Range of values 
 | 
 
 Minimum: the granule size  
Maximum: operating system-dependent 
 | 
 
JAVA_POOL_SIZE specifies the size (in bytes) of the Java pool, from which the Java memory manager allocates most Java state during runtime execution. This memory includes the shared in-memory representation of Java method and class definitions, as well as the Java objects that are migrated to the Java session space at end-of-call.