I am porting my app from 6.2.3 by creating a new project and copying over files so that I can pinpoint dependency issues. I've gotten pretty far (much better than the I've done before), but now I am copying over my controller files and gradlew has started throwing OOM issues. Is this common for anyone else? I can fit about 15 controllers and then it's just OOM. My system has 64 gigs and I've upped the -Xmx to 24g, but nothing is working. I've removed parallel build and set it to --no-daemon, but from what I can see when watching it it never uses more than about 1.6% of my system memory. Any ideas?