Remove JAVA_OPTS
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