1.165 JAVA_MAX_SESSIONSPACE_SIZE
JAVA_MAX_SESSIONSPACE_SIZE specifies (in bytes) the maximum amount of session space made available to a Java program executing in the server.
               
| Property | Description | 
|---|---|
| Parameter type | Integer | 
| Default value | 
 | 
| Modifiable | No | 
| Modifiable in a PDB | No | 
| Range of values | 0 to 2 GB - 1 | 
| Basic | No | 
Java session space is the memory that holds Java state from one database call to another. When a user's session-duration Java state attempts to exceed the amount specified by JAVA_MAX_SESSIONSPACE_SIZE, the Java virtual machine terminates the session with an out-of-memory failure.
                  
See Also:
- 
                           Oracle Database Java Developer’s Guide for more information about this parameter