PDA

View Full Version : increasing the Maximum heap size



reeda
Mar 31st, 2009, 04:00 AM
Hi all,

I want to increase the Maximum heap size of Spring DM Server, how can I do it ?

thank you
Best Regards,

oleg.zhurakousky
Mar 31st, 2009, 06:51 AM
Just add it to the bin/startup.sh(bat)
Windows:


SET JAVA_OPTS=-Xmx1024m


Linux:


JAVA_OPTS="-Xmx1024m"

reeda
Mar 31st, 2009, 08:11 AM
Hi,

thank you so much,
it work perfectly,

Best Regards