Increase size of heap for AdminServer

Posted by kumar alok on 13-Jun-2017 05:49

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 

All Replies

Posted by Libor Laubacher on 13-Jun-2017 08:56

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

Posted by kumar alok on 24-Aug-2017 09:47

Thank you Libor..

This thread is closed