Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion templates/cdi/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ spec:
podResourceRequirements:
limits:
cpu: 1000m
memory: 600M
# Temporarily increase value to workaround OOMKill during importing huge images ~2.9GiB on linux kernels 6.12+.
# TODO: mitigate root cause and return to 600M.
memory: 3600M
requests:
cpu: 100m
memory: 60M
Expand Down
Loading