I would keep min large message size. And journal buffer size untouched.
And let them using the separated files.

You have tweak configurations to increase the size of what is large.  But I
don’t think you bumped the config for page size.  That could lead to
starvation’s and other things.



If u really meant to bypass what’s large. You could write an easy
reproducer to someone to take a look.  But I bet you would end up fixing by
accident.

On Fri, Jun 15, 2018 at 11:17 AM pwjenkins <
phillip.jenk...@entrustdatacard.com> wrote:

> I'm doing some testing with the new v2.6.0 and I'm using
> large messages. I'm seeing a lot of the following in my log. I expect
> paging
> since my messages are over 3MB. Why is the paging size apparently
> increasing
> only? The consumer is consuming (I'm continuing to run tests to re-verify
> that) so I would expect <paging-directory>./data/paging</paging-directory>
> to stop growing.
>
> Broker.XML contains:
> <journal-pool-files>10</journal-pool-files>
> <journal-buffer-size>10485760</journal-buffer-size>
>
> <address-setting match="#">
>      <max-size-bytes>15M</max-size-bytes>
>
> Log:
> 16:29:08,097   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 139,089,519 bytes; max-size-bytes: 15,728,640
> 16:29:10,159   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 143,285,873 bytes; max-size-bytes: 15,728,640
> 16:29:13,784   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 147,482,227 bytes; max-size-bytes: 15,728,640
> 16:29:16,050   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 147,485,301 bytes; max-size-bytes: 15,728,640
> 16:29:18,847   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 151,681,655 bytes; max-size-bytes: 15,728,640
> 16:29:22,207   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 155,878,009 bytes; max-size-bytes: 15,728,640
> 16:29:25,660   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 155,881,083 bytes; max-size-bytes: 15,728,640
> 16:29:27,801   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 160,077,437 bytes; max-size-bytes: 15,728,640
> 16:29:31,207   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 164,273,791 bytes; max-size-bytes: 15,728,640
> 16:29:34,582   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 164,276,865 bytes; max-size-bytes: 15,728,640
> 16:37:30,410   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 168,476,293 bytes; max-size-bytes: 15,728,640
> 16:37:48,645   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 168,480,391 bytes; max-size-bytes: 15,728,640
> 16:39:42,415   WARN  [org.apache.activemq.artemis.core.server]  AMQ222038:
> Starting paging on address 'SOAP.S.PRN.DPICLOUDON0125100'; size is
> currently: 168,484,489 bytes; max-size-bytes: 15,728,640
>
> Thanks in advance for any help or suggestions.
> Phillip
>
>
>
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>
-- 
Clebert Suconic

Reply via email to