Description

This page provide solution to the error : java lang OutOfMemoryError GC overhead limit exceeded

The error usually occurs because of memory problems.

Observed in CAST AIP
Release
Yes/No
8.3.x(tick) 
8.2.x(tick) 
8.1.x(tick) 
8.0.x (tick) 
7.3.x(tick)
7.2.x(tick)
7.0.x(error)
Observed on RDBMS
This section is not applicable for this page(DMT)


RDBMS
Yes/No
Oracle ServerNA
Microsoft SQL ServerNA
CSS2NA
CSS1NA
Step by Step Scenario
  1. Add more number of packages for example 90
  2. Try to package the delivery. 
Action Plan
  1. Try to increase the memory used by java for DMT which is explained in this page Delivery Manager Tool - Extraction - Fatal Error - java lang OutOfMemoryError
  2. If this doesn't help try packaging individual packages which would not use the memory completely at once.
    1. You can use the following generic script which would package each package separately and would create a window between the packaging for the memory limitations.(Need to tailor the script to the one's needs) Generic Script.bat
  3. If the above do not work another workaround is to create a file DeliveryManagerTool-CLI.l4j.ini and place it in the Delivery Manager Tool Folder of your installation


    The file should have the entry as below –

    -Xmx16048m


    Re run the packaging after placing the file
Impact on Analysis Results and Dashboard

No impact on the analysis results.

Notes/comments


Related Pages