[jboss-jira] [JBoss JIRA] (AS7-6114) lower messaging's min-large-message-size value in standalone-full.xml
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Fri Dec 7 15:18:17 EST 2012
[ https://issues.jboss.org/browse/AS7-6114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740215#comment-12740215 ]
Clebert Suconic commented on AS7-6114:
--------------------------------------
What about set the journal sizes to 1M instead? 1M is probably a good value even for small production systems. or that would be too big for some small dev systems?
> lower messaging's min-large-message-size value in standalone-full.xml
> ---------------------------------------------------------------------
>
> Key: AS7-6114
> URL: https://issues.jboss.org/browse/AS7-6114
> Project: Application Server 7
> Issue Type: Feature Request
> Components: JMS
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
> Fix For: 7.2.0.Alpha1
>
>
> AS7's messaging subsystem defines 2 attributes:
> journal-file-size => 10MiB
> min-large-message-size => 100KiB
> However, for startup performance issue, the standalone-full.xml sets the journal-file-size at 1OOKiB. This leads to issues since it's the same value than the min-large-message-size.
> If we want to keep a low journal-file-size value in standalone-full.xml, the min-large-message-size must also bet set appropriately (eg 75KiB?)
> For production use, however, we should suggest to the users to remove the journal-file-size and min-large-message-size from standalone-full.xml to use the default values (resp. 10MiB & 100KiB)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list