Does the instruction to create an Heap Dump on out of memory error (-XX:+HeapDumpOnOutOfMemoryError
) result in any security or noteworthy performance issues for Tomcat 7 in a production environment?
(Of curse the server has to write the file when it "crashes" and this take some amout of time/space - but I am more interested in performance issues while the server is still in business.)