Skip to content

Commit

Permalink
Increase memory allocations (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf authored Apr 21, 2023
1 parent f8bbf7e commit 29c0881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/deployment.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ spec:
image: zooniverse/zoo-ml-subject-assistant:__IMAGE_TAG__
resources:
requests:
memory: "100Mi"
memory: "300Mi"
cpu: "10m"
limits:
memory: "100Mi"
memory: "600Mi"
cpu: "500m"
ports:
- containerPort: 80
Expand Down

0 comments on commit 29c0881

Please sign in to comment.