[
https://issues.apache.org/jira/browse/QPID-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Ritchie updated QPID-840:
--------------------------------
Description:
Summary:
Current qpid-sever has '-XX:-UseConcMarkSweepGC' the '-' is on the option means
disable setting rather than enable.
So should be changed to '+' i.e. '-XX:+UseConcMarkSweepGC' as it is for
'-XX:+HeapDumpOnOutOfMemoryError'
was:
Summary:
Current qpid-sever has '-XX:-UseConcMarkSweepGC' the first '-' is not for
option but rather disable XX setting.
So should be changed to '+' i.e. '+XX:-UseConcMarkSweepGC'
> qpid-server has incorrect GC settings
> -------------------------------------
>
> Key: QPID-840
> URL: https://issues.apache.org/jira/browse/QPID-840
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Affects Versions: M2.1
> Reporter: Martin Ritchie
> Assignee: Martin Ritchie
> Fix For: M2.1
>
> Original Estimate: 0.17h
> Remaining Estimate: 0.17h
>
> Summary:
> Current qpid-sever has '-XX:-UseConcMarkSweepGC' the '-' is on the option
> means disable setting rather than enable.
> So should be changed to '+' i.e. '-XX:+UseConcMarkSweepGC' as it is for
> '-XX:+HeapDumpOnOutOfMemoryError'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.