Question
KPN
NL
Last activity: 16 Dec 2024 6:32 EST
Ephemeral storage requirements
Hi, We are running Pega in an OCP Kubernetes environment, where we see from time to time pods are being evicted due to exceeding ephemeral storage limits. Obviously there are limitations of the storage we can use, so we want to keep it as limited as possible. In our values file under web-tier we have set the following: resources: requests: memory: "12Gi" cpu: 1 ephemeral-storage: "1Gi" Which is apparently not enough.
I have two questions:
- What ephemeral-storage setting are recommended?
- Can we use an PVC for the data which is causing the ephemeral storage to exceed the limit?
For our regular file processing we have a PVC which is not causing any issues.
Regards, Maarten