You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2013/12/12 21:59:07 UTC

[jira] [Closed] (AMQ-4888) Embedded broker requires 50GB of temporary space

     [ https://issues.apache.org/jira/browse/AMQ-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQ-4888.
-----------------------------

    Resolution: Not A Problem

These are configuration related warnings that are resolved by properly configuring the broker for your environment, later versions of AMQ will adjust down to the available space as needed on start.  

> Embedded broker requires 50GB of temporary space
> ------------------------------------------------
>
>                 Key: AMQ-4888
>                 URL: https://issues.apache.org/jira/browse/AMQ-4888
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.7.0
>            Reporter: Martin Lichtin
>
> When starting an embedded broker via
>     broker = new BrokerService();
>     broker.setPersistent(false);
>     broker.addConnector("tcp://127.0.0.1:61616");
>     broker.start();
> It issues an _ERROR_ saying:
> BrokerService                    | he.activemq.broker.BrokerService 1925 | 141 - org.apache.activemq.activemq-core - 5.7.0 | Temporary Store limit is 51200 mb, whilst the temporary data directory: /path/paxexam/activemq-data/localhost/tmp_storage only has 47743 mb of usable space
> Why would the broker require 50GB of temporary space?



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)