Skip to content

Commit 18b29ef

Browse files
authored
Merge pull request #241 from weizhouapache/tilt-fix-capc-controller-error-code-137
tilt: increase memory limit to fix exit code 137 if debugging is enabled
2 parents 4d7274d + f98e99b commit 18b29ef

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)