Since it looks like your system is low on memory, it could be due to an
increase in traffic, a memory leak (which something like LambdaProbe could
help you detect), a misconfiguration, or just overall memory usage and
exhaustion. If there are spare resources on the server, you could try to
increase
It looks to me like it's running very low on memory. The message
seems to mean that the JRE is spending too much time
garbage-collecting. You might want to install a resource monitor in
your servlet container and watch how memory management is behaving --
I use LambdaProbe but there are others.