I would like to thank willimur to responding to an e-mail about the ANT_OPTS problem. Here is his solution:
anonymous wrote :
| Just change the memory settings for the default JVM that you have
| defined in Eclipse. (Meaning, in Preferences under "Installed JREs"
| go to the "default VM options" and put some setting like "-Xms192m -
| Xmx768m" (minus the quotes). Note of could "ms" is the amount of
| memory to assign at startup and "mx" is the maximum that it's allowed
| to grow.
|
| Our system is HUGE and has hundreds of Local and Remote Interfaces,
| Message Beans, Value Objects, etc. and generally gets by XDoclet
| compiling with 512m.
|
Thank you!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885161#3885161
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885161
|