[
https://issues.apache.org/jira/browse/ARTEMIS-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16360438#comment-16360438
]
ASF GitHub Bot commented on ARTEMIS-1628:
-----------------------------------------
Github user graben commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1863#discussion_r167488599
--- Diff: artemis-features/src/main/resources/artemis.xml ---
@@ -32,21 +32,23 @@ under the License.
MAPPED: mmap files
NIO: Plain Java Files
-->
- <journal-type>ASYNCIO</journal-type>
+ <journal-type>NIO</journal-type>
- <paging-directory>./data/artemis/paging</paging-directory>
+ <paging-directory>./paging</paging-directory>
--- End diff --
root directory is data/artemis/<brokername>. This avoid data/artemis to be
used unnecessary twice.
> Limit pool size of files on the journal by default
> --------------------------------------------------
>
> Key: ARTEMIS-1628
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1628
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.4.0
> Reporter: clebert suconic
> Assignee: clebert suconic
> Priority: Major
> Fix For: 2.5.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)