Hi Thomas, we are having the same issue as you mentioned above.
Did you find a solution to fix this issue?
Hi,
I think you should first fix the NPE issues. They're getting removed by the garbage collector automatically, but only when all associated persistent instances are removed. You'll probably find messages in your logfiles about these NPE's. It is always a good practice ,to remove the NPE objects when you're done processing them.
Otherwise, it looks like some performance issues. Perhaps a loop in a loop, or scheduled event actions which take too long, and it gets triggered again while the first is still running. You might also check the MxAssist Performance Bot.
Or you might use external apps to monitor your performance. There are some add-ons on the market, like APM/APD
Hi Thomas, did you find a solution to the above, we are facing the same issue currently.