Hi,
I have checked in dlc/properties/AdminServerPlugins.properties, here heap size is "-Xmx=2048" .
I need to increase heap size of AdminServer what should I do..?
a) Should I increase -Xmx heap size from 2048 to 4096..?
b) Is there any max limit in heap (-Xmax) for AdminServer..?
any help will be appreciated..
Thanks,
Alok
That is or should probably have been -Xmx2048m
b) 2GB with 32-bit java, limited to your memory available with 64-bit java
a) 2GB "increase" sounds like a big jump to me, but assuming available memory is not an issue for you, then it would be a good start as any, ie -Xmx4096m
Thank you Libor..