UNCLASSIFIED - NO CUI

Skip to content

Increase memory limits for Flux notification controller

Micah Nagel requested to merge flux-notify into master

General MR

Summary

From dogfood the lower limits were causing consistent OOM crashes. Doubling the memory limits makes everything work.

I believe this change is required as a result of https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/1896 - with the increased actions from the notification controller it requires more memory (especially on a large cluster with all packages deployed).

Merge request reports