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

How much disk space is required to build? #3225

Closed
jershell opened this issue Jan 23, 2023 · 1 comment
Closed

How much disk space is required to build? #3225

jershell opened this issue Jan 23, 2023 · 1 comment
Labels
docker Issues related to our docker files and docker scripts question Issues that are queries about the code base or potential problems that have been spotted

Comments

@jershell
Copy link

jershell commented Jan 23, 2023

I want to build jvm 19.0.2 for riscv64 architecture. For this i did

./makejdk-any-platform.sh --docker --configure-args "--openjdk-target=riscv64-unknown-linux" --clean-docker-build jdk19

but its consumed all disk space

docker ps -as
CONTAINER ID   IMAGE          COMMAND                  CREATED          STATUS                      PORTS     NAMES              SIZE
bb8286269d9f   0074ee70c4a0   "/bin/sh -c 'useradd…"   27 minutes ago   Exited (0) 27 minutes ago             dreamy_heyrovsky   606GB (virtual 608GB)

I dont understand why its does devours so many space.

@github-actions github-actions bot added docker Issues related to our docker files and docker scripts question Issues that are queries about the code base or potential problems that have been spotted labels Jan 23, 2023
@sxa
Copy link
Member

sxa commented Feb 8, 2024

Related: #3569 (Although 600Gb was clearly excessive - the JDK build does not use that much unless something went very wrong :-) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Issues related to our docker files and docker scripts question Issues that are queries about the code base or potential problems that have been spotted
Projects
None yet
Development

No branches or pull requests

2 participants