Activemq startup ERROR: ERROR | Temporary Store limit is 51200 mb, whil

Source: Internet
Author: User

Activemq version: 5.8

 

 

An error is reported during startup:

ERROR | Temporary Store limit is 51200 mb, whilst the temporary data directory: D: \ Program Files \ apache-activemq-5.8.0 \ bin \ .. \ data \ localhost \ tmp_storage only has 6338 mb of usable space

 

 

In fact we don't need so much temp space, you can modify the default configuration file: apache-activemq-5.8.0 \ conf \ activemq. xml


[Html]
<SystemUsage>
<SystemUsage>
<MemoryUsage>
<MemoryUsage limit = "64 mb"/>
</MemoryUsage>
<StoreUsage>
<StoreUsage limit = "100 gb"/>
</StoreUsage>
<TempUsage>
<SPAN style = "COLOR: # ff0000"> <tempUsage limit = "50 gb"/> </SPAN>
</TempUsage>
</SystemUsage>
</SystemUsage>

<SystemUsage>
<SystemUsage>
<MemoryUsage>
<MemoryUsage limit = "64 mb"/>
</MemoryUsage>
<StoreUsage>
<StoreUsage limit = "100 gb"/>
</StoreUsage>
<TempUsage>
<TempUsage limit = "50 gb"/>
</TempUsage>
</SystemUsage>
</SystemUsage>
Modify "50 gb" as needed to set the desired zero-time space. Here I will change it to 500 mb, which is enough.

 

 

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.