java heap warnings and frequent freezes after 2019.3 upgrade
Answered
On mac os x mojave with a large grails project, i keep getting low memory warnings (xmx set to 6172) and frequent freezes. Returned to 2019.2 build and problems disappeared. Any similar issues?
Please sign in to leave a comment.
I could not find similar recent issues.
Please report a bug at https://youtrack.jetbrains.com/issues/IDEA and attach idea.log/build.log files, see https://intellij-support.jetbrains.com/hc/articles/207241085. Enable debug logging for build.log. A sample project would help a lot.
I think that is related to this issue https://youtrack.jetbrains.com/issue/IDEA-229631 . Disabling
groovy.collect.method.calls.for.inferenceflag in Registry solved.Thanks