Currently, the PHP memory limit for Drupal core is 32M, which is too low for some of the more complex modules. Right now, a module can introduce a new requirement through hook_requirements(), but if they specify the PHP memory limit in there, you can wind up with a UI WTF where there are two contradictory memory limit requirements mentioned in the status report.
Instead, it'd be great to have a way to override the requirement with something higher. That is, if you have say, Media Mover installed, the PHP memory limit needs to be 128 MB, but if a module sets the limit to something lower than the highest value, it gets ignored.
We currently allow modules to specify which version of PHP they require, and this would be an extension of that concept.
Comments
Comment #1
jhedstromFeature request -> 8.1.
Comment #17
nicxvan commentedComment #18
nicxvan commentedThis is a duplicate, thanks!