You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org> on 2008/10/16 16:13:44 UTC

[jira] Commented: (QPID-1267) Add ability to relocate the HeapDump produced by -XX:+HeapDumpOnOutOfMemoryError

    [ https://issues.apache.org/jira/browse/QPID-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640175#action_12640175 ] 

Marnie McCormack commented on QPID-1267:
----------------------------------------

This can be done using an existing Java option, which can be passed into qpid-server using:

-XX:HeapDumpPath=./java_pid<pid>.hprof 

by setting this string into the JAVA_OPTS variable before starting the broker.

> Add ability to relocate the HeapDump produced by -XX:+HeapDumpOnOutOfMemoryError
> --------------------------------------------------------------------------------
>
>                 Key: QPID-1267
>                 URL: https://issues.apache.org/jira/browse/QPID-1267
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Martin Ritchie
>
> Summary:
> Setting -XX:HeapDumpPath= will allow this to work. Making it customisable would be even better.
> Defaulting to QPID_WORK might be ok.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.