diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/deployment.rst | 7 | ||||
-rw-r--r-- | docs/release-notes.rst | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index de276ce28f..ba8fcd9347 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -12,6 +12,13 @@ CPS Deployment .. contents:: :depth: 2 +Database configuration +====================== +CPS uses PostgreSQL database. As per the `PostgreSQL documentation on resource consumption +<https://www.postgresql.org/docs/current/runtime-config-resource.html#GUC-SHARED-BUFFERS>`_, the *shared_buffers* +parameter should be set between 25% and 40% of total memory. It has a default value of 128 megabytes, so this should be +set appropriately. For example, given a database with 2GB of memory, 512MB is a recommended value. + CPS OOM Charts ============== The CPS kubernetes chart is located in the `OOM repository <https://github.com/onap/oom/tree/master/kubernetes/cps>`_. diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2202d11391..3bed581259 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -43,6 +43,8 @@ Bug Fixes Features -------- +3.4.7 + - `CPS-2061 <https://jira.onap.org/browse/CPS-2061>`_ Liquibase Steps Condensing and Cleanup. Version: 3.4.6 ============== |