Skip to content

Commit f98e99b

Browse files
committed
tilt: increase memory limit to fix exit code 137 if debugging is enabled
[event: pod capc-system/capc-controller-manager-65f6f5c5b5-426hj] Pulling image "localhost:5000/cluster-api-provider-cloudstack:tilt-74529ec3c4b48990" [event: pod capc-system/capc-controller-manager-65f6f5c5b5-426hj] Successfully pulled image "localhost:5000/cluster-api-provider-cloudstack:tilt-74529ec3c4b48990" in 1.175550197s (1.175558459s including waiting) API server listening at: [::]:30000 2023-05-05T16:51:20Z warning layer=rpc Listening for remote connections (connections are not authenticated nor encrypted) Killed Exiting with code 137
1 parent 8c69f07 commit f98e99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
resources:
4242
limits:
4343
cpu: 100m
44-
memory: 100Mi
44+
memory: 200Mi
4545
requests:
4646
cpu: 100m
4747
memory: 50Mi

0 commit comments

Comments
 (0)