[jira] [Commented] (QPID-3419) qpid-config --file-size parameter's help text uses incorrect units

2011-08-24 Thread Kim van der Riet (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13090149#comment-13090149
 ] 

Kim van der Riet commented on QPID-3419:


Correct, the async store write page size is 64 kBytes (KiB).

 qpid-config --file-size parameter's help text uses incorrect units
 --

 Key: QPID-3419
 URL: https://issues.apache.org/jira/browse/QPID-3419
 Project: Qpid
  Issue Type: Bug
  Components: Tools
Affects Versions: 0.10
Reporter: Paul Colby
Priority: Trivial
 Attachments: QPID-3419.diff


 It seems to me, that the {{qpid-config --file-size}} parameter's help text 
 uses incorrect units.  It shows:
 bq. --file-size=n File size in pages (64Kib/page)
 which would indicate that 24-pages (the default) would yield 192KiB journal 
 files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which 
 would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of 
 Kibibits).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] [Commented] (QPID-3419) qpid-config --file-size parameter's help text uses incorrect units

2011-08-14 Thread Paul Colby (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084934#comment-13084934
 ] 

Paul Colby commented on QPID-3419:
--

I just noticed that C++ broker uses _KiB_ for the equivalent setting 
({{--jfile-size-pgs}}), so I guess that implies that {{qpid-config}} should be 
using _KiB_ too.

 qpid-config --file-size parameter's help text uses incorrect units
 --

 Key: QPID-3419
 URL: https://issues.apache.org/jira/browse/QPID-3419
 Project: Qpid
  Issue Type: Bug
  Components: Tools
Affects Versions: 0.10
Reporter: Paul Colby
Priority: Trivial

 It seems to me, that the {{qpid-config --file-size}} parameter's help text 
 uses incorrect units.  It shows:
 bq. --file-size=n File size in pages (64Kib/page)
 which would indicate that 24-pages (the default) would yield 192KiB journal 
 files (24 * 64 / 8).  But instead, the journal files I get are ~1.6MiB, which 
 would suggest that the 64Kib is meant to be 64KiB (ie Kibibytes instead of 
 Kibibits).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org