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 ?
Release: SOI 4.x
Component:
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