Spotbugs Failing in some Services with Out of Memory Exception
Some services, such as Partition fail in the spotbugs step. If re-run with SECURE_LOG_LEVEL
set to "debug"
, we see that the failure is java.lang.OutOfMemoryError
From that same debug output, spotbugs is run with java -Xmx1900M
.