Skip to content

Commit 14fe41a

Browse files
committed
[readme] Clarify the free space requirements
1 parent 21e8264 commit 14fe41a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ A custom Build of OpenJDK 9 Sources for EV3, a Lego Mindstorms Brick using ARM S
99
sudo docker build -t ev3dev-lang-java:jdk9-system -f build/Dockerfile.system build
1010
sudo docker build -t ev3dev-lang-java:jdk9-build -f build/Dockerfile.scripts build
1111
```
12-
3. Run the newly prepared container. We recommend mounting a host directory to the the `/build` directory in the container. At least 2 GB of free space will be needed.
12+
3. Run the newly prepared container. You have to mount a host directory to the the `/build` directory in the container,
13+
otherwise the build would get discarded. The final build needs at least 6.5 GB of free space (in the build directory).
1314
```
1415
sudo docker run --rm -it -v <path on host, where the sources should be stored>:/build ev3dev-lang-java:jdk9-build
1516
```

0 commit comments

Comments
 (0)