When proocessing large documents in sdocbook,
OutOfMemoryExceptions's occur. Setting MAVEN_OPTS for
more memory does not help, because the transformations
are done by forking a new jvm.
There are 2 ways to fix this:
1. Add a new property so that you can set the maxmemory
of the java ant task
2. Send along the MAVEN_OPTS to the forked jvm's
I'm attaching a patch against cvs head which implements
the second option.
mike
Patch to send MAVEN_OPTS along to forked JVM's
Logged In: YES
user_id=183881
Hi Mike,
thanks for the patch but I think it is safer to go with an
explicit property since I have no control whatsoever about
the content of MAVEN_OPTS
Siegfried Goeschl
Logged In: YES
user_id=407536
I'd really like to use this in my project, but can't because
this isn't resolved.
If I submit a patch to solve this using a new property,
could I expect a new release soon?
Thanks,
Mike