Source: org.quartz.core.JobRunShell
Message: Job FLAG_INCIDENTS_DELETION_JOB_EXEC.FLAG_INCIDENTS_DELETION_JOB threw an unhandled Exception:
Cause:
java.lang.OutOfMemoryError: GC overhead limit exceeded
Source: org.quartz.core.ErrorLogger
Message: Job (FLAG_INCIDENTS_DELETION_JOB_EXEC.FLAG_INCIDENTS_DELETION_JOB threw an exception.
Cause:
org.quartz.SchedulerException: Job threw an unhandled exception.org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: GC overhead limit exceeded]
at org.quartz.core.JobRunShell.run(JobRunShell.java:224)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
java.lang.OutOfMemoryError: GC overhead limit exceeded
The job identified over 1.4 million incidents to be marked for deletion.
In the SymantecDLPManager.conf file, increase the "wrapper.java.maxmemory = 4096" to "wrapper.java.maxmemory = 8192".
After increasing the max java heap in the SymantecDLPManager.conf file, the job was able to complete.
Another recommendation is to decrease the amount of incidents to mark for deletion in any one job.