How to increase PermGen memory for eclipselink StaticWeaveAntTask
- by rayd09
We are using Eclipselink and need to weave the code in order for lazy fetching to work property.
During the weave process I'm getting the following error:
weave:
BUILD FAILED
java.lang.OutOfMemoryError: PermGen space
I have the following tasks within my ant build file:
<target name="define_weave_task" description="task definition…