Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29341, comment 15


Ignore:
Timestamp:
10/18/2019 01:43:48 PM (5 years ago)
Author:
tomsommer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29341, comment 15

    initial v1  
    44Currently there is no way for a server/sysadmin to impact `WP_MEMORY_LIMIT` above `40M` and that should not be the case - WordPress-core itself does not know best what `memory_limit` to use.
    55
    6 I propose always setting `WP_MEMORY_LIMIT` to `$current_limit` by default, unless `is_multisite()` is true or `WP_MEMORY_LIMIT` is already defined.
     6I propose always setting `WP_MEMORY_LIMIT` to `$current_limit` by default, unless `WP_MEMORY_LIMIT` is already defined.