Overriding resources for Postgres components on OpenShift
You can optionally override the CPU and Memory resources used by postgres database components.
About this task
There are three postgres components:
postgres
pgBouncer
pgBackRest
The CPU, memory, and PVC resources used by
the
postgres
, pgBouncer
, and pgBackRest
components depend on the deployment profile that was selected on installation. The resources that
are defined for each deployment profile are shown here: Management component deployment profile limits.Important: The postgres pod is licensed based on CPU use, so adjusting
this pod's CPU limit has licensing implications, see: Component profiles, CPU limits, memory limits, and licensing
Procedure
To override resources, complete the following procedure
Results
The postgres components will restart with updated values.