Technote (troubleshooting)
Problem(Abstract)
Execution of a Modeler Stream within C&DS results in an OutOfMemoryError.
cds.log:
java.lang.OutOfMemoryError: Java heap space
Resolving the problem
To resolve, increase JBoss' wrapper.conf; Java Heap Size.
Edit the wrapper.conf file located under the /wrapper/conf directory of the Jboss installation. Increase the Maximum Java Heap Size to a value higher than currently set.
Note: Do not set this value to equal the amount of RAM on the system, RAM is needed for non Java processes.
Example:
# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=1536
Additional questions regarding the Java Heap Size parameter, please refer to the Application Server's resources.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.