Skip to content

Commit

Permalink
Set limits for single-binary
Browse files Browse the repository at this point in the history
Signed-off-by: eduardo apolinario <[email protected]>
  • Loading branch information
eapolinario committed Jul 7, 2023
1 parent 27762fa commit fb9159a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/single-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ jobs:
defaults:
cpu: "0"
memory: "0"
limits:
memory: 2Gi
EOF
flytectl demo start --image flyte-sandbox-bundled:local --imagePullPolicy Never
- name: Install Python dependencies
Expand Down

0 comments on commit fb9159a

Please sign in to comment.