Skip to content

Commit

Permalink
Merge pull request #18 from unoplat/lower-memory-cpu-footprint
Browse files Browse the repository at this point in the history
fix: lower cpu and memory footprint to make it possible to run easily…
  • Loading branch information
JayGhiya authored May 7, 2024
2 parents de3a780 + d36df44 commit 76a4cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/vespa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ resources:
memory: "1000Mi"
cpu: "500m"
limits:
memory: "4000Mi"
cpu: "1500m"
memory: "1500Mi"
cpu: "1000m"

autoscaling:
enabled: false
Expand Down

0 comments on commit 76a4cee

Please sign in to comment.