JAMES-4200 ActiveMQ: add a configuration option for adjusting usage l…#2999
JAMES-4200 ActiveMQ: add a configuration option for adjusting usage l…#2999Arsnael wants to merge 3 commits intoapache:masterfrom
Conversation
…imits If hardcoded to false, it can lead to test failing depending on local limits set by the user's system.
|
@ouvtam Hi can you have a look possibly please? Following your contribution here: #2996 I can't run the tests using the embedded activemq anymore, it breaks for me locally. I get the following: Maybe docker locally doesnt allow me that much space. I think this should be an option. I put it to true by default, for not breaking existing running envs. So you have to set it up to false to not auto adjust usage limits. Is it ok for you? Up to discussion :) |
seems related. |
+1 to revert it back to the existing behavior. It seems using
It seems the best way to resolve |
|
I reproduced the bug in the tests which use the BrokerExtension and could fix it by setting a low fixed amount of resources. The defaults are quite high, though: In your case you hit the 100GB mark. What are sane defaults? |
…imits
If hardcoded to false, it can lead to test failing depending on local limits set by the user's system.