- πΊπΈUnited States nicxvan
I'm not sure .info keys are the right place for this.
If a module really needs to care about this the various requirements hooks give a way to manage already.
Coming out of discussion at #295697: Increase PHP Memory Limit for Simpletest β and probably required in order to do #198053: GHOP #67: Shows how much memory is in use versus your server configuration's maximum memory β , processor-intensive modules such as SimpleTest and Views would be well-served if they could specify a minimum memory requirement before being enabled, similar to how they can specify a minimum PHP requirement.
If the system supports it, it should auto-bump the value so no manual work is required.
Postponed
11.0 π₯
extension system
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm not sure .info keys are the right place for this.
If a module really needs to care about this the various requirements hooks give a way to manage already.