Skip to content

Commit

Permalink
increased memory limit to fix tilt hot reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed May 24, 2021
1 parent 1148201 commit baed7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ spec:
readOnly: true
resources:
requests:
memory: "200Mi"
memory: "1Gi" # increased to allow go to compile, and tile to hot reload
cpu: "100m"
limits:
memory: "200Mi"
memory: "1Gi"
cpu: "200m"
volumes:
- name: minio
Expand Down

0 comments on commit baed7ad

Please sign in to comment.