Skip to content

Commit

Permalink
Fixed readme in eo-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-egorov42 committed Nov 10, 2022
1 parent f32a3ce commit 419a8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ mvn -U clean install

If you want to build your project or run your tests which use eo-maven-plugin, you can change stack size for your purposes by stack-size option:

```
mvn clean install -Pqulice -D.stack-size=1M
```shell
mvn clean install -Pqulice -Dstack-size=1M
```
where 1M is size of stack. By default stack-size = 256M in eo-maven-plugin, maximum size is 1G.

0 comments on commit 419a8d2

Please sign in to comment.