Description
We've noticed over the past several months the coder pods gradually run out of memory over time. Typically around 30 day mark but can't really say for sure. Here is our memory allocation for a 5 replica set in k8s.
resources:
limits:
cpu: 4000m
memory: 8Gi
requests:
cpu: 4000m
memory: 8Gi
and here is a datadog screenshot of the memory usage around 30 day mark
Coder V2.13.4
We don't keep the k8s logs so not able to share those.