Opened 4 months ago

Last modified 6 weeks ago

#23251 new defect (bug)

WordPress tries to unnecessarily set the memory limit — at Version 9

Reported by: peterjaap Owned by:
Priority: normal Milestone: 3.6
Component: General Version: 2.5
Severity: normal Keywords: has-patch
Cc:

Description (last modified by SergeyBiryukov)

Fixed bug where WordPress tries to unnecessarily set the memory limit when a value like '2G' is used instead of '2048M'.

See bad code & good code over at Github, which is what you should be using for stuff like this; https://github.com/WordPress/WordPress/pull/26

Discovered by @willem_o and @PeterJaap

Change History (9)

Please add a patch instead of a link to a pull request. Also related to this ticket is: #14889

Why was that submitted 2 YEARS AGO and still hasn't been fixed, while the patch is already there?

And please migrate to Github instead of using trac.

#14889 is closed as fixed.

I say related. If you read the comments you will noticed why it isn't done. Also saying stuff like migrate to Github without knowing anything about the current progress isn't really smart to do.

  • Version changed from trunk to 2.5

I've read the comments, can't see why the initial issue still isn't solved. It seems the commenters go off-topic with talk about benchmarking and the -1 option while all they should do is fix the bug and go from there. And it's marked as fixed, but its far from fixed.

  • Milestone changed from Awaiting Review to 3.6

Maybe I missed it then (and now, as I just re-read the ticket), but it seems that #14889 was primarily hung up on WP_MEMORY_LIMIT possibly being specified in G, rather than PHP's memory_limit core ini directive. You can shout in all caps but it isn't very respectful.

I'm fine with a patch along these lines. It would be good to determine exactly what values of memory_limit we should listen to. For example, it accounts for case insensitivity, which seems like a good idea. We have wp_convert_hr_to_bytes() in wp-includes/media.php — should we be moving that to wp-includes/load.php, improve it directly, and adapt it here?


While we don't accept pull requests via Github, you can simply add .diff or .patch to many GitHub URLs to get valid patches. For example: https://github.com/WordPress/WordPress/pull/26.diff. We also have no plans to migrate to GitHub, but that doesn't mean you can't use it to contribute — http://scribu.net/wordpress/contributing-to-wordpress-using-github.html.

  • Description modified (diff)
  • Summary changed from Fixed bug where Wordpress tries to unnecessarily set the memory limit to WordPress tries to unnecessarily set the memory limit
Note: See TracTickets for help on using tickets.