Opened 2 years ago
Closed 2 years ago
#15966 closed defect (bug) (duplicate)
256MB Memory Limit is Hardcoded and Un-Configureable
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
Memory settings can not be configured in part with Wordpress because some values are hardcoded into the application ('256M' mostly in backend code).
A site administrator should be able to configure the memory limit overall in wp-config.php but the hardencoded values prevent that.
As a solution, the hardcoded values can be replaced with a configuration constant as it is common practice in Wordpress.
I would love to see this in 3.1.
Attachments (1)
Change History (5)
- Milestone changed from Awaiting Review to Future Release
- Priority changed from normal to low
- Severity changed from normal to minor
Replying to westi:
Extra constants are bad :-(
Magic Numbers are even more bad.
This is so far out of possibility for 3.1
Well the only other options we can give administrators then is to edit code, I see.
This ticket adresses this sole configuration issue, #13847 is related but of more general nature.

Extra constants are bad :-(
This is so far out of possibility for 3.1