Pega on Kubernetes "Container runtime did not kill the pod within specified grace period."
Does anyone know how resolve this? After a few moments with a pod in execution it's get evicted for no apparent reason, in the YAML the settings are these:
resources:
limits:
cpu: 3600m
memory: 12000Mi
requests:
cpu: 1500m
memory: 6000Mi
And when the pod reaches more than 9Gi of memory, this current error appears and the pod get evicted:
Obs: Checking the logs we can see some Job and Health check errors, but i don't know if they have great impact at environment performance.
==============================================================================
Does anyone know how resolve this? After a few moments with a pod in execution it's get evicted for no apparent reason, in the YAML the settings are these:
resources:
limits:
cpu: 3600m
memory: 12000Mi
requests:
cpu: 1500m
memory: 6000Mi
And when the pod reaches more than 9Gi of memory, this current error appears and the pod get evicted:
Obs: Checking the logs we can see some Job and Health check errors, but i don't know if they have great impact at environment performance.
==============================================================================
==============================================================================
==============================================================================