-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Testcontainers fails on free disk space of more than 2TB #379
Comments
Hi @chibenwa, Wow, that's awkward :D I'll fix it now. Thanks for reporting! |
Ah ok, thanks for giving me a temporary fix. It seems better than creating a ~ 800GB file, what I was going to do... However I run testcontainer from a docker container (we have a CI that launches Docker containers for multiple reasons), is there a way to read these kinds of properties from the classpath? That would avoid me changing the docker compilation image... |
Sure, it will merge home folder's config with classpath's one called |
Nice ;-) Thanks for your helpfull support! |
@chibenwa PR is ready, you can try it with JitPack: |
IMO disk space should be represented as a long.
The text was updated successfully, but these errors were encountered: