For some reason hprof files are created from time to time on the APM log directory.
We would like to disable that option. Where can we find the configuration settings for this?
Release : 10.5
Component : APMISP
Following parameters has been added to create the dump file.
/Introscope_Enterprise_Manager.lax
lax.nl.java.option.additional=....-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./logs/ ....
You can remove the two parameters: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./logs/
/bin/EMService.conf.
wrapper.java.additional.4=-XX:+HeapDumpOnOutOfMemoryError
wrapper.java.additional.5=-XX:HeapDumpPath=./logs/
You can remove the two parameters above:
#wrapper.java.additional.4=-XX:+HeapDumpOnOutOfMemoryError
#wrapper.java.additional.5=-XX:HeapDumpPath=./logs/
Stop and start the APM EM.