Skip to content

Remove JAVA_OPTS

Alok Joshi requested to merge remove_java_opts into master

We observed out of memory errors on one of our environments where Notification threads were OOM dur to GC taking a lot of CPU cycles, not recovering much heap space

While the root cause (possibly memory leak) is not known, removing this explicit limit (default value is 1024k, 512k is also not enough) fixes the issue

MicrosoftTeams-image

Merge request reports