Commit 1ee6735
authored
fix: JVM OOM issues during gradle build (#28)
Enabling Async generates additional classes. The default
max memory setting is set to 500MB which is
insufficient for compilation. This configures
a more liberal setting.
tl;dr - async features are not generated due
to falling back to older speakeasy versions.1 parent 1de836f commit 1ee6735
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments