[
https://issues.apache.org/jira/browse/AMQ-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823522#comment-13823522
]
Claus Ibsen commented on AMQ-4888:
----------------------------------
I guess since you turn off persistence you assume the broker is memory only?
Yeah maybe the disk check should not happen if its not persistent?
Not sure if we have improved this in 5.9? Can you try with that release?
> 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#6144)