Hello,
There is some confusion in the memory allocated to IS and its heap.
I know Heap Memory is part of memory allocated to JVM by Operating System.
In IS server statistics page I see Maximum(5592448 KB) and commited(3799808 KB) Memory.
And Heap memory is the part of this Memory, But in setenv.sh I see
JAVA_MIN_MEM=1G
JAVA_MAX_MEM=6G
That means heap size min is 1GB and max is 6GB, but this heap size(part of this Memory) is more than the memory allocated to JVM(5592448 KB).
What is exact difference between Server > Statistics page Memory (vs) JAVA_MIN_MEM & JAVA_MAX_MEM in setenv.sh?
Anyone Please clarify thanks in advance.
#webMethods#Integration-Server-and-ESB