Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
4bc7bd29
Verified
Commit
4bc7bd29
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
admin/README.md
+5
-0
5 additions, 0 deletions
admin/README.md
ci_geosphere/values-postgis.yaml
+2
-0
2 additions, 0 deletions
ci_geosphere/values-postgis.yaml
with
7 additions
and
0 deletions
admin/README.md
+
5
−
0
View file @
4bc7bd29
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
ci_geosphere/values-postgis.yaml
+
2
−
0
View file @
4bc7bd29
postgresqlDatabase
:
"
postgres"
postgresqlConfiguration
:
sharedBuffers
:
"
512MB"
persistence
:
enabled
:
true
existingClaim
:
"
geosphere-postgis"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment