right-size Nextcloud resources after MySQL migration
SQLite caused 4.7 CPU / 2GB usage, now MySQL uses ~95m / 95Mi. Reduced limits from 16 CPU / 6Gi to 2 CPU / 1Gi. Reduced requests from 100m / 1Gi to 50m / 256Mi. Frees ~14 CPU cores and 5Gi memory for other workloads.
This commit is contained in:
parent
3e03fbec63
commit
af5f6a659b
1 changed files with 4 additions and 4 deletions
|
|
@ -95,11 +95,11 @@ collabora:
|
|||
|
||||
resources:
|
||||
limits:
|
||||
cpu: "4"
|
||||
memory: 3Gi
|
||||
cpu: "2"
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
|
||||
cronjob:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue