Is the Configured JVM Heap Size per Process or Shared Between JVMs
(Doc ID 565573.1)
Last updated on FEBRUARY 14, 2025
Applies to:
Oracle Containers for J2EE - Version 10.1.2.0.2 and laterInformation in this document applies to any platform.
Goal
When adjusting the java options as follows:
-server -Xrs -Xoptimize -verbose:gc -Xms1024M -Xmx1024m -XX:PermSize=16m -XX:NewSize=256m -XX:MaxNewSize=256m
and configuring for this OC4J instance 2 islands each one with 3 processes, does each process then take 1024m so the memory consumed will be 6*1024,
or do all the 6 processes share the 1024m?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |