Skip to content

Commit

Permalink
docs: refactor expression in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Aug 7, 2019
1 parent 6539465 commit 70c433e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ 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
```
Expand All @@ -139,6 +139,5 @@ To import Quarkus you need to define the JVM Max Heap Size (E.g. `-Xmx1g`)
[INFO] Running io.quarkus.maven.it.DevMojoIT
```

The DevMojoIT tests take a long time to run but too much time may not be normal. Make sure that nothing is running on 8080.
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 70c433e

Please sign in to comment.