Home > Kubernetes > Deployment > Container is running without memory limit
low severity

Container is running without memory limit (SNYK-CC-K8S-4)

Issue

Memory limit is not defined

Impact

Containers without memory limits are more likely to be terminated when the node runs out of memory

Resolve

Kubernetes
Set `resources.limits.memory` value
Terraform
Set `resources.limits.memory` value