-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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
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)
Reactions are currently unavailable