How to disable Java Heap Dump creation in SOI
search cancel

How to disable Java Heap Dump creation in SOI

book

Article ID: 18795

calendar_today

Updated On:

Products

CA Service Operations Insight (SOI)

Issue/Introduction

In SOI 4.x, the creation of Java Heap Dump files for debugging purposes is turned on by default. This can cause Disk Full conditions. How can this be turned off ?

Environment

Release: SOI 4.x
Component:

Resolution

To disable Java Heap Dump files in SOI 4.x the following needs to be modified:

edit SOI\jsw\conf\SAM-IntegrationServices.conf

change

# Java Additional Parameters

wrapper.java.additional.1=-XX: + HeapDumpOnOutOfMemoryError

into

# Java Additional Parameters

wrapper.java.additional.1=-XX: - HeapDumpOnOutOfMemoryError

(change is from "+" to "-" sign)

restart the CA SAM Integration Service