Skip to content

Commit

Permalink
Merge pull request #64 from Azure-Samples/oom-fix
Browse files Browse the repository at this point in the history
fix: bump memory limit for rust-based apps
  • Loading branch information
pauldotyu authored Oct 10, 2023
2 parents 0685043 + c63b084 commit d2eea36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions aks-store-all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ spec:
memory: 1Mi
limits:
cpu: 1m
memory: 5Mi
memory: 7Mi
---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -402,7 +402,7 @@ spec:
memory: 1Mi
limits:
cpu: 1m
memory: 5Mi
memory: 7Mi
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -434,4 +434,4 @@ spec:
memory: 1Mi
limits:
cpu: 1m
memory: 5Mi
memory: 7Mi
2 changes: 1 addition & 1 deletion aks-store-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
memory: 1Mi
limits:
cpu: 1m
memory: 5Mi
memory: 7Mi
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit d2eea36

Please sign in to comment.