Skip to content

Commit

Permalink
fix: lower cpu and memory footprint to make it possible to run easily…
Browse files Browse the repository at this point in the history
… on local cmpute
  • Loading branch information
JayGhiya committed May 7, 2024
1 parent de3a780 commit d36df44
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 d36df44

Please sign in to comment.