Skip to content

Commit 81ada70

Browse files
Merge pull request #262737 from pauldotyu/main
Bump memory limits in ai-service yaml
2 parents 813979e + 899fd37 commit 81ada70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/aks/open-ai-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Now that the application is deployed, you can deploy the Python-based microservi
229229
memory: 50Mi
230230
limits:
231231
cpu: 30m
232-
memory: 65Mi
232+
memory: 85Mi
233233
---
234234
apiVersion: v1
235235
kind: Service

articles/aks/open-ai-secure-access-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ To use Microsoft Entra Workload ID on AKS, you need to make a few changes to the
227227
memory: 50Mi
228228
limits:
229229
cpu: 30m
230-
memory: 65Mi
230+
memory: 85Mi
231231
EOF
232232
```
233233

0 commit comments

Comments
 (0)