Re: Artemis 2.28.0 issues with settings

2023-06-16 Thread Tapan Gupta
I do agree that we should not use higher limits for paging, however we do not plan to change but , which will limit the size of paging. Without this there is no default limit anyway as to how much disk can be used by paging. We found the disparity in the document and actual validation so wanted to

Re: Artemis 2.28.0 issues with settings

2023-06-15 Thread Clebert Suconic
I don't think it would make much sense to have page-max-size > MAX_INT anyways. the journal is meant for things that are fitting the memory. So, if you stop consuming messages, it should go towards paging. If you expand the max-size to an artificially high number then when you restart your syste

Re: Artemis 2.28.0 issues with settings

2023-06-15 Thread Justin Bertram
I created ARTEMIS-4315 [1] and sent a PR for the validation issue. For the NullPointerException I need more information on how to reproduce this. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4315 On Thu, Jun 15, 2023 at 6:31 AM Tapan Gupta <03.ta...@gmail.com> wrote: > Hi. > > We

Artemis 2.28.0 issues with settings

2023-06-15 Thread Tapan Gupta
Hi. We started using starting 2.28.0 version however there seems to be some mismatch as to what is in docs and the max value expected for this. Can someone please confirm if this is indeed the case? >From the docs, the example snippet has 10G, however when we tried to set 2G it fails with error.