天天看點

解決Activemq5.8啟動報存儲空間不足

Temporary Store limit is 51200 mb, whilst the temporary data directory: /root/apache-activemq-5.8.0\bin..\data\localhost\tmp_storage only has 4345 mb of usable space

解決方法:

修改檔案conf/activemq.xml中的以下的配置,根據使用情況修改

<systemUsage>

<memoryUsage>

<memoryUsage limit="64 mb"/>

</memoryUsage>

<storeUsage>

<storeUsage limit="1 gb"/>

</storeUsage>

<tempUsage>

<tempUsage limit="1 gb"/>

</tempUsage>

</systemUsage>

    本文轉自愛情89757 51CTO部落格,原文連結:http://blog.51cto.com/59465168/2071992,如需轉載請自行聯系原作者

繼續閱讀