Hacker News new | ask | show | jobs
by gddhn 1980 days ago
Being new to Gradle, I used to run into this same issue. In one of the projects I use, I happened to find this comment, in github, which helped me fix the issue https://github.com/quarkusio/quarkus/issues/10454#issuecomme...

So increasing the default max heap size of the gradle build helped fix the issue https://github.com/quarkusio/quarkus/pull/10508/files.

1 comments

And how could I make sure that the gradle I start on the command line and the gradle started by Android Studio use the same daemon?