5 ms·
Yeah about that, do you have some insight on why the X background daemons are always 'incompatible' and gradle launches up new ones?
by posedge 6y ago
Yeah about that, do you have some insight on why the X background daemons are always 'incompatible' and gradle launches up new ones?
- gddhn 6y agoBeing 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#issuecomment-653731422 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 https://github.com/quarkusio/quarkus/pull/10508/files.
- benibela 6y agoAnd 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?