Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#15966 closed defect (bug) (duplicate)

256MB Memory Limit is Hardcoded and Un-Configureable

Reported by: hakre's profile hakre Owned by:
Milestone: Priority: low
Severity: minor Version: 3.1
Component: General Keywords: has-patch
Focuses: 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)

15966.patch (4.0 KB) - added by hakre 14 years ago.

Download all attachments as: .zip

Change History (5)

@hakre
14 years ago

#1 follow-up: @westi
14 years ago

  • Milestone changed from Awaiting Review to Future Release
  • Priority changed from normal to low
  • Severity changed from normal to minor

Extra constants are bad :-(

This is so far out of possibility for 3.1

#2 in reply to: ↑ 1 @hakre
14 years ago

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.

#3 @hakre
14 years ago

This ticket adresses this sole configuration issue, #13847 is related but of more general nature.

#4 @dd32
14 years ago

  • Milestone Future Release deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.