Bug #18969
Updated by Peter Amstutz over 2 years ago
Customer reports controller loading very large collections (200+ MB manifest) which need to be signed (seems to require 1+ GB of RAM in controller), when there are several parallel requests on the same large collection, this causes controller to get OOM killed.
Controller should monitor its memory usage (somehow) and throttle request handling when memory usage is dangerously high.