Remco Mokveld
11/14/2024, 9:03 PMgradle-profiler --profiler heap-dump on a project that has a couple of included builds and I'm getting a heap dump for (no. of included builds + 1), and new hprof is slightly smaller than the one before that. Since heap dumping happens in the close() method of a BuildService that implements AutoClosable that would explain. Would it make sense to only install the service if gradle.parent == null?Remco Mokveld
11/14/2024, 9:22 PM