You want to disable Java crash dump generation for DLP services. This can be useful when unhandled exceptions are producing so many crash dumps that they are filling up a server's hard drive.
DLP 15.x
DLP 16.x
To disable java crash dump generation you can use one of the following two methods:
For Linux, to disable core dumps, login to the server as the root user and enter the following command:
ulimit -c 0
1. The file SymantecDLPDetectionServer.conf mentioned in Step 2 is located on the Detection server at below path:
C:\Program Files\Symantec\DataLossPrevention\DetectionServer\Services
Don't get confused with SymantecDLPDetectionServerController.conf(this is on Enforce).
2. Also note that the line that needs to be added is different based on the JRE version.
To check the JRE version, open cmd as admin and type: <Path to java.exe in JRE folder used by DLP> -version
Example for 15.8(output showing JRE version 8):
>"C:\Program Files\AdoptOpenJDK\jre-8.0.275.1-hotspot\bin\java.exe" -version
openjdk version "1.8.0_275"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_275-b01)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.275-b01, mixed mode)