How to disable mini crash dumps on Gridserver Engines

How to disable mini crash dumps on Gridserver Engines

book

Article ID: KB0075218

calendar_today

Updated On:

Products Versions
TIBCO DataSynapse GridServer 5.2.x, 6.3.x, 7.0

Description

If the hs_err_pid_.mdmp files are being generated frequently and it isn't need it to have for further analysis, it possible to disable mini crash dumps mdmp files generation:

Environment

ALL

Resolution

For GridServer 5.2.x & 6.3.x:
  1. Login to the Director Manager GUI.
  2. Go to Engine Configuration under Engine tab.
  3. Select the Engine Configuration of interest from the dropdown list.
  4. Under Engine JVM section, locate Command-line Arguments and set the argument "-XX:-CreateMinidumpOnCrash".
  5. Save the Engine Configuration.
For GridServer 7.0:
  1. Login to the Director Manager GUI.
  2. Go to Engine Configurations under Components tab -> Engine tab.
  3. Click on the Engine Configuration of interest from the Engine Configuration list.
  4. Under Engine JVM section, locate Command-line Arguments and set the argument "-XX:-CreateMinidumpOnCrash".
  5. Save the Engine Configuration.
Note: Please keep in mind that changing the Engine configuration will restart all the Engines using the selected Engine configuration.

Issue/Introduction

How to disable the mdmp file generation from Engine Configuration