 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: [XDoclet] How do I adjust the heap size for a script?
Posted: Jan 13, 2006 - 02:24 AM
|
|
Moderator


Joined: Jan 06, 2004
Posts: 23305
|
|
| Using the default XDoclet settings in MyEclipse will cause the XDoclet script to be generated internally then run in the same heap space as Eclipse, this can be problomatic for large XDoclet files. If you need to manually set the heap size, open your project properties, go to MyEclipse-XDoclet and click on the "Build" tab. Change the Build Policy to "Use xdoclet-build.xml file" and hit Apply then OK. Now right click on the xdoclet-build.xml file and select Run then Run Ant..., from here you should be able to adjust the heap size of the XDoclet process and also specify to run the XDoclet file in a separate JRE. |
|
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |