Rouble created CXF-4778:
---------------------------
Summary: Require Command Line Option for wsdl2java to set Maximum
Heap Memory Size
Key: CXF-4778
URL: https://issues.apache.org/jira/browse/CXF-4778
Project: CXF
Issue Type: Bug
Affects Versions: 2.4.3
Reporter: Rouble
Priority: Minor
By default wsdl2Java is coded to use 128M of maximum memory heap space.
These days, however, WSDLs are starting to become very large and complex beasts
- and sometimes wsdl2java will run out of heap space while creating its
internal data structures. This is not an issue with memory management within
wsdl2java, but rather an consequence of large WSDLs.
Because of CXF-2081, we have the ability to set the maximum memory heap size,
however it requires manually modifying wsdl2java. This is not ideal.
This JIRA is requesting two things:
a) A command line option -Xmx to wsdltojava, that allows users to set the
maximum heap memory size.
b) Upping the default maximum heap memory size to 256M. I leave this up to the
development team to decide.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira