Hello, how much memory should Kotlin compiler daem...
# gradle
g
Hello, how much memory should Kotlin compiler daemon use? I work on project that takes 8 minutes to build with 1GB heap size and GC is running all the time. When I set up compiler to use 3GB, it takes only 2 minutes and GC is almost never called. Is that a expected behavior for compiler to need more than 1GB of RAM?