CrunchyData / postgres-operator-examples

Examples for deploying applications with PGO, the Postgres Operator from Crunchy Data
https://access.crunchydata.com/documentation/postgres-operator/v5/
Apache License 2.0
187 stars 4.63k forks source link

Example for setting work_mem needed #261

Closed DE110283 closed 3 months ago

DE110283 commented 6 months ago

I'm deploying PG database using PostgresCluster (PGO) in gitops mode - meaning deploying PostgresCluster yaml to Openshift. I like to increase the work_mem, but I can't find a sample / explanation how to set work_mem using PostgresCluster yaml. Please provide / advise - many thanks in advance!

useafterfree commented 4 months ago

I think this will help you: https://access.crunchydata.com/documentation/postgres-operator/5.4/tutorials/day-two/customize-cluster

benjaminjb commented 3 months ago

Thanks, @useafterfree, that's just what I would point to. I'm going to close this issue now, but @DE110283, feel free to reopen this issue if this documentation doesn't help.