Skip to content

Commit 65b2bfb

Browse files
committed
OCPBUGS-50924: Bump up pauser memory limit
1 parent fed54b4 commit 65b2bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/profilebundle/profilebundle_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ func (r *ReconcileProfileBundle) newWorkloadForBundle(pb *compliancev1alpha1.Pro
530530
corev1.ResourceCPU: resource.MustParse("10m"),
531531
},
532532
Limits: corev1.ResourceList{
533-
corev1.ResourceMemory: resource.MustParse("15Mi"),
533+
corev1.ResourceMemory: resource.MustParse("30Mi"),
534534
corev1.ResourceCPU: resource.MustParse("10m"),
535535
},
536536
},

0 commit comments

Comments
 (0)