Skip to content
Snippets Groups Projects
Verified Commit 4bc7bd29 authored by David Hoese's avatar David Hoese
Browse files

Force shared_buffers size to 512MB

For some reason it was at 8MB by default when it was supposed to be
128MB.
parent 03219262
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,11 @@ From the webUI or following longhorn's current instructions we can change most
if not all of these settings. If a cluster with one node has more nodes added
on in the future you may want to consider increasing the replicate count.
NOTE: The web UI does **NOT** have authentication by default. It must be
configured manually. See
https://longhorn.io/docs/1.0.0/deploy/accessing-the-ui/longhorn-ingress/
for more information.
### Storage - Local Large Cache
**DEPRECATED**: See local path provisioner above.
......
postgresqlDatabase: "postgres"
postgresqlConfiguration:
sharedBuffers: "512MB"
persistence:
enabled: true
existingClaim: "geosphere-postgis"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment