jbonofre commented on PR #2044: URL: https://github.com/apache/activemq/pull/2044#issuecomment-4926073335
@cshannon Thanks for the feedback, I've updated the PR: - Heap dump on OOM is now **disabled by default**. Users can opt in by uncommenting the `ACTIVEMQ_OOM_DUMP_OPTS` lines in `bin/setenv` (or `bin/activemq` for the no-setenv fallback). `-XX:+ExitOnOutOfMemoryError` remains on by default since it has no disk impact. - Added `-XX:HeapDumpGzipLevel=6` to the opt-in template (requires JDK 17+). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
