This section describes the formula for estimating PL/extJava memory requirements.
Use the following formula to obtain a rough estimate of memory required for PL/extJava:
memoryUsedByPlExtJavaInMegabytes = 960 + (numOfServerInstances(JavaVMs) x 47)
Note
Creating a container will create one server instance (Java VM).
The number of server instances (Java VMs) may fluctuate based on the following actions:
Adding a container (one server instance (Java VM) will be added)
Adding a server instance (Java VM) to a container
Deleting a server instance (Java VM) from a container