-
Mar 31st, 2009, 04:00 AM
#1
increasing the Maximum heap size
Hi all,
I want to increase the Maximum heap size of Spring DM Server, how can I do it ?
thank you
Best Regards,
-
Mar 31st, 2009, 06:51 AM
#2
Just add it to the bin/startup.sh(bat)
Windows:
Code:
SET JAVA_OPTS=-Xmx1024m
Linux:
Code:
JAVA_OPTS="-Xmx1024m"
-
Mar 31st, 2009, 08:11 AM
#3
Hi,
thank you so much,
it work perfectly,
Best Regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules