Skip to content

Commit 913b9c8

Browse files
committed
Revert "daemon: increase memory resource"
This reverts commit 7c5e31c. The memory bump to 512Mi is no longer needed: bootc switch now runs as a transient systemd unit on the host (outside the pod cgroup), so its memory usage does not count against the daemon pod limit. 128Mi is sufficient for the daemon itself (Go binary, controller-runtime, API watches). Assisted-by: Pi (Claude Opus 4.6) Signed-off-by: Jonathan Lebon <jonathan@jlebon.com>
1 parent b326f2a commit 913b9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/daemon/daemon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
resources:
3939
limits:
4040
cpu: 500m
41-
memory: 512Mi
41+
memory: 128Mi
4242
requests:
4343
cpu: 10m
4444
memory: 64Mi

0 commit comments

Comments
 (0)