Hello :wave: We got a pretty large proto monorepo ...
# grpc
d
Hello 👋 We got a pretty large proto monorepo where every couple months we end up hitting OOM issues from Kotlin compilation. We bump up the compiler memory (we just bumped it up from 4GB to 5GB), repo grows and start OOMing again. Looks like there is an open issue that tracks it (https://youtrack.jetbrains.com/issue/KT-47270) but there are no updates on it.... Any suggestions for the workarounds? Splitting monorepo up is not really an option. Dropping Kotlin compilation target would require updates to a large number of apps so we would like to avoid it as well....