Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions openshift_images/postgresql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,10 @@ $ docker stop postgresql_database
== Volumes

* */var/lib/pgsql/data* - This is the database cluster directory where PostgreSQL stores database files.

== Settings
PostgreSQL settings can be configured by additional environment variables.

* *POSTGRESQL_MAX_CONNECTIONS* - The maximum number of client connections allowed.

* *POSTGRESQL_SHARED_BUFFERS* - Sets how much memory is dedicated to PostgreSQL to use for caching data.