diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-08-30 15:39:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-08-30 15:39:58 +0000 |
commit | 5b2edb3e260d1daf69b36e42c5a5bc2e23d64615 (patch) | |
tree | 84d8ae402e38d060687230ba99fb633733837ecc /docker-compose/config/postgres-init.sql | |
parent | 4dac130c35ef7e720862722895eeb01ae293a042 (diff) | |
parent | fe22688f495f4870d9bf40c5935461b5e845f9d9 (diff) |
Merge "Support 2 CPS instances in Prometheus/Grafana"
Diffstat (limited to 'docker-compose/config/postgres-init.sql')
-rw-r--r-- | docker-compose/config/postgres-init.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose/config/postgres-init.sql b/docker-compose/config/postgres-init.sql new file mode 100644 index 0000000000..0c96de5b55 --- /dev/null +++ b/docker-compose/config/postgres-init.sql @@ -0,0 +1 @@ +ALTER SYSTEM SET shared_buffers = '512MB'; |