You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pods started failing recently when they ran out of allocated memory. This happens when the data in the cache grows, which may happen, but is likely an indicator that either events are not getting received/emitted that we are expecting.
Investigate how the startup of the pod / listener checks for cached events to determine if it could be handled in a more memory efficient way.
If so monitor memory utilization of the pod after changes and modify the deployment to use only the amount of memory required.
The text was updated successfully, but these errors were encountered:
pods started failing recently when they ran out of allocated memory. This happens when the data in the cache grows, which may happen, but is likely an indicator that either events are not getting received/emitted that we are expecting.
Investigate how the startup of the pod / listener checks for cached events to determine if it could be handled in a more memory efficient way.
If so monitor memory utilization of the pod after changes and modify the deployment to use only the amount of memory required.
The text was updated successfully, but these errors were encountered: