the fact that the gradle daemon needs 9 gigs to lo...
# ktor
s
the fact that the gradle daemon needs 9 gigs to load the ktor project is actually insane, wtf happened for it to need that much. I have a default config for only 4 gigs which is like already completely overkill for any project I've needed thus far (and fabric-loom/vineflower will eat quite a bit of memory when decompiling the minecraft jars already, so)
c
what's the size of the tar in build/disttributions (after running the
distTar
task)
o
Totally agree. It's painful. Even though 4-6 Gb is enough to run any Gradle task in the project, IDE sync fails with OOM with less than 9 Gb configured. We have an issue to investigate the reasons behind this.
s
also incredibly late to reply to this again, but I noticed that for some reason a gradle plugin you're using is forcing the use of the serial gc, which I don't think is the best idea. it should honestly just be left at the default of g1, or if anything, set to zgc or shenandoah.