Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Public beta
-
None
Description
When a server's memory usage has gone above its soft memory limit, it starts to reject certain types of requests. However, it does so silently. When it's above the hard limit, it rejects all requests, also silently. This makes a server basically useless, but currently nothing is reported in the logs. We should add some throttled (eg once a second) logging - INFO when above the soft limit, and WARNING when above the hard limit.