OOM Error in pods in AWS EKS

Hi,
Can we use memoryQoS to handle OOMError by throttling memory? if so, can you help me how to do it in AWS EKS?

As was suggested in the other thread, it probably makes sense to use the resource request mechanism to see how much memory the pod is using, before you try anything fancier. You might also want to look at your application and figure out why it is using more memory than you expect.

1 Like