Skip to content

Commit e3382ce

Browse files
authored
Merge pull request #719 from ComplianceAsCode/OCPBUGS-50924
OCPBUGS-50924: Bump up content pauser memory limit
2 parents 7c83587 + 65b2bfb commit e3382ce

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)