ARTEMIS-3297 Moving journal-retention-directory commented out element
Just moving it close to the journal locations, as it was my original intent
This commit is contained in:
parent
3621258458
commit
a06494db85
|
@ -46,6 +46,16 @@ ${jdbc}
|
||||||
|
|
||||||
<large-messages-directory>${data.dir}/large-messages</large-messages-directory>
|
<large-messages-directory>${data.dir}/large-messages</large-messages-directory>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
if you want to retain your journal uncomment this following configuration.
|
||||||
|
|
||||||
|
This will allow your system to keep 7 days of your data, up to 10G. Tweak it accordingly to your use case and capacity.
|
||||||
|
|
||||||
|
it is recommended to use a separate storage unit from the journal for performance considerations.
|
||||||
|
|
||||||
|
<journal-retention-directory period="7" unit="DAYS" storage-limit="10G">data/retention</journal-retention-directory>>
|
||||||
|
-->
|
||||||
|
|
||||||
<journal-datasync>${fsync}</journal-datasync>
|
<journal-datasync>${fsync}</journal-datasync>
|
||||||
|
|
||||||
<journal-min-files>2</journal-min-files>
|
<journal-min-files>2</journal-min-files>
|
||||||
|
@ -64,16 +74,6 @@ ${jdbc}
|
||||||
that won't support flow control. -->
|
that won't support flow control. -->
|
||||||
<max-disk-usage>90</max-disk-usage>
|
<max-disk-usage>90</max-disk-usage>
|
||||||
|
|
||||||
<!--
|
|
||||||
if you want to retain your journal uncomment this following configuration.
|
|
||||||
|
|
||||||
This will allow your system to keep 7 days of your data, up to 10G. Tweak it accordingly to your use case and capacity.
|
|
||||||
|
|
||||||
it is recommended to use a separate storage unit from the journal for performance considerations.
|
|
||||||
|
|
||||||
<journal-retention-directory period="7" unit="DAYS" storage-limit="10G">data/retention</journal-retention-directory>>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- should the broker detect dead locks and other issues -->
|
<!-- should the broker detect dead locks and other issues -->
|
||||||
<critical-analyzer>true</critical-analyzer>
|
<critical-analyzer>true</critical-analyzer>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue