Skip to content

Commit

Permalink
ROX-21695: Increase collector memory usage for CO-RE BPF collection m…
Browse files Browse the repository at this point in the history
…ethod (#1607)
  • Loading branch information
mtodor authored Jan 19, 2024
1 parent 90f5715 commit 11fb07a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ admissionControl:
collector:
resources:
requests:
memory: 140Mi
memory: 200Mi
cpu: 10m
limits:
memory: 140Mi
memory: 200Mi
collection: "CORE_BPF"
compliance:
resources:
Expand Down

0 comments on commit 11fb07a

Please sign in to comment.