K
krislioe
Hi all,
I have question on the JVM start parameter, in ours we have set it
like this :
.........-Xms3072M -Xmx3072M -XX:+AggressiveHeap -
XX:MaxPermSize=1024M.........
When we say MaxPermSize = 1024M does it mean that it is taken from
3072M that I set for Xms/Xmx ?
(so that the physical memory that is taken all is 3072M instead of
4096M ?)
Or
Is it really allocated separately, so that I really have to provide
4096M ??
Thank you for your help,
xtanto
I have question on the JVM start parameter, in ours we have set it
like this :
.........-Xms3072M -Xmx3072M -XX:+AggressiveHeap -
XX:MaxPermSize=1024M.........
When we say MaxPermSize = 1024M does it mean that it is taken from
3072M that I set for Xms/Xmx ?
(so that the physical memory that is taken all is 3072M instead of
4096M ?)
Or
Is it really allocated separately, so that I really have to provide
4096M ??
Thank you for your help,
xtanto