Skip to content

[Android Studio] Apollo IDE plugin spawns a daemon in 'BUSY' that will not stop #85

@agrosner

Description

@agrosner

Version

5.0.0

Summary

Enable the apollo IDE plugin. Sync project in Android studio in a large project (~500 modules). Observe that a daemon is open and BUSY. Run the project, and a second daemon is spun up and they begin thrashing with each other. Deactivating the plugin directly stops the gradle daemon. The daemon is started with the same global gradle ops.

org.gradle.jvmargs=-Xmx32g -XX:+UseParallelGC -XX:MaxMetaspaceSize=16g -XX:-UseGCOverheadLimit

Kotlin Lang thread

Ive also tried setting the custom options in apollo plugin settings with a smaller memory arg, but this is not affected by it.

If i manually kill the daemon, it restarts IMMEDIATELY. It never goes away as long as plugin is active and consumes nearly as much CPU as building the project and starves memory on the computer. so they end up thrashing with one another.

Steps to reproduce the behavior

No response

Logs

(Your logs here)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions