Hey,
The system status of our Stockholm theme WP installtion (v9.1) says
PHP Post Max Size
1000M The current value is insufficient to properly support the theme. Please adjust this value to 256 in order to meet the theme requirements.
But why should we decrease that value from 1000 to 256?
best, geb
If it’s working properly ( assuming it does ) just ignore.
Here’s the likely explanation:
The theme’s system check is probably hardcoded to expect a minimum value of 256M
, but it may be misreporting or poorly phrased, suggesting a downgrade is required.
1000M is more than sufficient (and actually better) than the required 256M — so you don’t need to lower it. It’s a false positive or a misleading warning.
Recommendation:
Ignore that specific warning, unless you’re seeing actual upload or performance issues. If everything’s working fine, your current PHP configuration is more than adequate.