Skip to content

Commit 460cfef

Browse files
iamjr15claude
andcommitted
fix: increase API memory to 4GB and CPU to 2 cores
Resolves memory limit exceeded errors (2051 MiB > 2048 MiB limit) that were causing 500 errors on sandbox execute endpoints. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 0a9174f commit 460cfef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
--image=${{ env.REGISTRY }}/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/api:latest \
7070
--platform=managed \
7171
--allow-unauthenticated \
72-
--cpu=1 \
73-
--memory=2Gi \
72+
--cpu=2 \
73+
--memory=4Gi \
7474
--timeout=3500 \
7575
--min-instances=0 \
7676
--max-instances=5 \

0 commit comments

Comments
 (0)