Skip to content
Snippets Groups Projects
Verified Commit f57055b0 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(matrix): Increase memory requests and limits for database

This patch increases the memory requests and limits for the matrix
postgres database in order to ensure good performance and the expected
availability. The current database uses almost 2 GiB of RAM. However,
it's mostly filesystem caching. This patch should help to utilise the
RAM better than leaving it just idle.
parent aa58403b
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ spec: ...@@ -24,7 +24,7 @@ spec:
resources: resources:
requests: requests:
cpu: 200m cpu: 200m
memory: 512Mi memory: 2048Mi
limits: limits:
cpu: "1" cpu: "1"
memory: 2048Mi memory: 3072Mi
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