Java heap space java.lang.OutOfMemoryError: Web Viewer for Windows 12.1
search cancel

Java heap space java.lang.OutOfMemoryError: Web Viewer for Windows 12.1

book

Article ID: 4210

calendar_today

Updated On:

Products

Output Management Web Viewer

Issue/Introduction

Web Viewer 12.1 users are getting an error page.  localhost.log shows this error: java.lang.OutOfMemoryError: Java heap space.
How to use Tomcat9w to increase the heap size.


 

Environment

Microsoft Windows Server, Tomcat running as a Windows Service

Cause

Out of Memory Condition

Java Heap size needs to be reset after a Java upgrade.

Resolution

Resolve this problem by increasing the amount of memory for Tomcat.  If you are running Tomcat as a service,  use the tomcat9w utility (name varies with the version of Tomcat)

Determine how much memory is on your Windows box.  

  1. Are there any other applications running on this box except for Web Viewer and Tomcat?
  2. Bring up the Tomcat Manager to view the amount of memory you have available.
  3. Select the Server Status Tab
  4. Look under the JVM tab
  5. You will see something like this:

    Free memory: 83.36 MB Total memory: 174.50 MB Max memory: 228.00 MB

  6. Or check in the System Information in the control panel

Generally you should allow no more than half of the available RAM for the operating system and other overhead and the rest should be available for Tomcat and Web Viewer.

For example, with a server that has 12 Gig available, you could specify up to 6 Gig for Tomcat.

Increasing the amount of memory for Tomcat with tomcat9w

Modify accordingly for other versions of Tomcat.

  1. From the Administrator Command Prompt, change into C:\Program Files\CA\CA_OM_Web_Viewer\apache-tomcat-9.0.54\bin for example
  2. Run the command 
    tomcat9w //ES//Tomcat9

  1. This brings up the Tomcat Gui so you can modify the properties
  2. Select the Java tab



  3. For the Maximum memory pool, enter the new heap size.  It should be at least 4096 (4 Gig). Optimally it can be 8192 (8 Gig).
  4. Click Apply OK
  5. If you do not have at least 4096 available for the heap size, you will need to add more memory to your server.

 

Additional Information