Cloudscape cview.bat/sh might result in OutOfMemoryException
 Technote (troubleshooting)
 
Problem(Abstract)
Issuing a DDL file in Cloudscapeâ„¢ cview.bat/sh might result in OutOfMemoryException.
 
Cause
The DDL file might require more java heap size to run than what is configured on cview by default. By default, the cview command is launched with the following settings:
"%JAVA_HOME%/bin/java" -ms32M -mx32M
 
Resolving the problem
Edit the cview.bat/sh file and increase the minimum and max heap size setting, for example:
"%JAVA_HOME%/bin/java" -ms256M -mx256M -Xms256M -Xmx256M

Note: The preceding settings are only an example. You should adjust the minimum and max to fit your requirements.
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Out of Memory
Operating system(s): z/OS
Software version: 6.0.2
Software edition:
Reference #: 1247354
IBM Group: Software Group
Modified date: Oct 9, 2006