I have a problem with our postgres pod. it often d...
# ask-community
j
I have a problem with our postgres pod. it often dies - I’m guessing because it uses more than RAM request (though can’t be too sure..). see the log line
2022-07-20T17:42:54.683171209ZLOG: received fast shutdown request
which occurs several times a day. is there a way to increase the memory request on this pod? I couldn’t find this option in the postgresql section of the helm values file
just giving this another try here 🙂
a
would recommend using a managed database offering instead of the PG-in-k8s https://cloud.google.com/blog/products/databases/to-run-or-not-to-run-a-database-on-kubernetes-what-to-consider
j
we could do that, we have one already, just not using it for dagster. just out of interest: is there a way to change the RAM request of the postgres pod via the values file?