Skip to content

Commit

Permalink
Update adapter_new_resource_model.yaml
Browse files Browse the repository at this point in the history
Revert memory limit to 200Mi because OOM has been fixed.
  • Loading branch information
CatherineF-dev authored Jan 23, 2024
1 parent 9e69b12 commit ab850b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ spec:
resources:
limits:
cpu: 250m
memory: 400Mi
memory: 200Mi
requests:
cpu: 250m
memory: 400Mi
memory: 200Mi
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit ab850b4

Please sign in to comment.