Skip to content

Commit

Permalink
chore(examples): reduce memory limit to 16mb
Browse files Browse the repository at this point in the history
From testing, Kani only uses around 8mb of memory and 0.10% of cpu at the maximum.
  • Loading branch information
joshuasing authored Oct 18, 2022
1 parent e341ce5 commit afbd890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ spec:
scheme: HTTP
resources:
limits:
memory: "32Mi"
cpu: "1"
memory: "16Mi"
cpu: "0.10"

0 comments on commit afbd890

Please sign in to comment.