Skip to content

Commit

Permalink
Temporary add more memory (#436)
Browse files Browse the repository at this point in the history
After recent PAPI upgrade, faucets started to get OOMs due to huge peak
in memory usage during startup.
While the issue is being worked on, adding more memory to survive it.
  • Loading branch information
mutantcornholio authored Aug 23, 2024
1 parent 4dbe297 commit 5dd4ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: substrate-faucet
description: A Helm chart for Kubernetes
type: application
version: 0.2.0
version: 0.2.1
dependencies:
- name: substrate-faucet
version: "3.0.3"
Expand Down
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ substrate-faucet:
team: opstooling
resources:
requests:
memory: 128Mi
memory: 512Mi
cpu: 0.1
limits:
memory: 512Mi
memory: 768Mi
postgresql:
primary:
podLabels:
team: opstooling
persistence:
storageClass: "ssd-csi"
storageClass: "ssd-csi"

0 comments on commit 5dd4ff1

Please sign in to comment.