quantranhong1999 opened a new pull request, #3048:
URL: https://github.com/apache/james-project/pull/3048
Having issue running Postgres app + ActiveMQ test on my local, where
ActiveMQ requires at least **50GB** disk space for temp usage.
```java
[ERROR] o.a.a.b.BrokerService - Failed to start Apache ActiveMQ (james,
broker) org.apache.activemq.ConfigurationException: Temporary Store limit is
51200 mb (current store usage is 0 mb). The data directory:
/var/folders/gc/8hsr6kl562z1256yyln6zsjw0000gp/T/junit14491696456592830986/junit15056881861971645047/var/store/activemq/brokers
only has 16805 mb of usable space.
at
org.apache.activemq.broker.BrokerService.checkUsageLimit(BrokerService.java:2127)
at
org.apache.activemq.broker.BrokerService.checkTmpStoreUsageLimits(BrokerService.java:2058)
at
org.apache.activemq.broker.BrokerService.checkStoreSystemUsageLimits(BrokerService.java:2200)
at
org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:776)
at
org.apache.activemq.broker.BrokerService.startBroker(BrokerService.java:732)
at
org.apache.activemq.broker.BrokerService.start(BrokerService.java:630)
at
org.apache.james.queue.activemq.EmbeddedActiveMQ.launchEmbeddedBroker(EmbeddedActiveMQ.java:122)
at
org.apache.james.queue.activemq.EmbeddedActiveMQ.<init>(EmbeddedActiveMQ.java:59)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]