Skip to content

Commit

Permalink
docs: add build hanging cause and fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Aug 7, 2019
1 parent ea68bfe commit ea6dc33
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,15 @@ To fix the issue, you need to update the Maven importing settings:
`Build, Execution, Deployment` > `Build Tools`> `Maven` > `Importing` > `VM options for importer`
To import Quarkus you need to define the JVM Max Heap Size (E.g. `-Xmx1g`)

**Note*:* As for now, we can't provide a unique Max Heap Size value. We have been reported to require from 768M to more than 3G to import Quarkus properly.
**Note** As for now, we can't provide a unique Max Heap Size value. We have been reported to require from 768M to more than 3G to import Quarkus properly.

* Build hangs with DevMojoIT running infinitely
```
./mvnw clean install
# Wait...
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.192 s - in io.quarkus.maven.it.GenerateConfigIT
[INFO] Running io.quarkus.maven.it.DevMojoIT
```
DevMojoIT require a few minutes to run but anything more than that is not expected. Make sure that nothing is running on 8080.

0 comments on commit ea6dc33

Please sign in to comment.