useProcessIsolation
Whether to use process isolation. By default, the Apollo tasks use classloader isolation, which may leak and increase memory usage over time. By using process isolation, the tasks are run in a separate process and the memory is reclaimed when the process stops. This comes at a price of more forking time.
See https://github.com/apollographql/apollo-kotlin/issues/6266 See https://github.com/gradle/gradle/issues/18313