Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable max-disk-usage checks on ActiveMQ Artemis broker #5760

Open
jamesnetherton opened this issue Feb 15, 2024 · 0 comments
Open

Disable max-disk-usage checks on ActiveMQ Artemis broker #5760

jamesnetherton opened this issue Feb 15, 2024 · 0 comments

Comments

@jamesnetherton
Copy link
Contributor

Description

Not sure if this is possible with quarkus-artemis dev services (or even just using vanilla testcontainers). But we should investigate it, because the build can potentially consume a lot of disk space. It becomes an issue when tests are run sequentially like in the quarkus-platform.

I can see that the disk is 91% used by the time the JMS tests run. Artemis by default only allows 90% disk space to be consumed. So we need to disable the checks and follow up with ways of avoiding the build eating up so much space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant