WordPress overrides PHP’s memory limit to 256M, with the assumption that whatever it was set to before is going to be too low to render the dashboard. You can override this by defining WP_MAX_MEMORY_LIMIT
in wp-config.php
:
define( 'WP_MAX_MEMORY_LIMIT' , '512M' );
I agree with DanFromGermany, 256M is really a lot of memory for rendering a dashboard page. Changing the memory limit is really putting a bandage on the problem.
Related Posts:
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- How can I find my php.ini on wordpress?
- $wpdb->update or $wpdb->insert results in slashes being added in front of quotes
- Weird PHP error: ‘Can’t use function return value in write context’
- WordPress Error : Upload folder is not writable. Export and file upload features will not be functional
- WordPress child theme style.css not working
- Child theme css not overriding parent
- Prioritize Visible Content WordPress
- Get user role by ID WordPress
- do_shortcode not working
- Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC)
- WooCommerce action hooks and overriding templates
- Contact Form 7 – Custom Validation
- XAMPP, using port:81, cannot run localhost:81/mywebsite
- WordPress query single post by slug
- How to integrate WordPress with Angular 8 for website?
- Create a folder if it doesn’t already exist
- How to remove index.php from WordPress site URL
- CSS background images in WordPress
- WordPress visual composer not loading
- wordpress menu dropdown item not showing after first dropdown
- WordPress get_template_directory_uri() not returning https and only return http
- How to set 777 permission on a particular folder? [closed]
- regex match any whitespace
- PHP page redirect
- How do I resolve a HTTP 414 “Request URI too long” error?
- xajax expanding list query
- Data source name not found, and no default driver specified
- Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, object given in
- How do I redirect a page in jQuery?
- Fatal error: Call to undefined function mysqli_connect()
- Illegal string offset Warning PHP
- What’s the purpose of ini_set() in php? (especially for error reporting)
- Send email with PHP from html form on submit with the same script
- Forbidden :You don’t have permission to access /phpmyadmin on this server
- How do I run a file on localhost?
- How to call a JavaScript function from PHP?
- Print array to a file
- I have a string with “\u00a0”, and I need to replace it with “” str_replace fails
- Finding the number of days between two dates
- PHP mail not working for some reason
- Get Root Directory Path of a PHP project
- How to create cron job using PHP?
- Imploding an associative array in PHP
- curl POST format for CURLOPT_POSTFIELDS
- Can’t use method return value in write context
- PHP get domain name
- How to solve “Fatal error: Class ‘MySQLi’ not found”?
- Running a Python script from PHP
- Object of class DateTime could not be converted to string
- HTTP Error 411, The request must be chunked or have a content length
- mysqli::query(): Couldn’t fetch mysqli
- Fatal error: Call to undefined function sqlsrv_connect()
- NotFoundHttpException in RouteCollection.php line 161: in laravel 5
- Easy way to password-protect php page
- Html encode in PHP
- file_put_contents: Failed to open stream, no such file or directory
- PHP $_POST not working?
- PHP cURL HTTP PUT
- Convert timestamp to readable date/time PHP
- PHP sessions that have already been started
- How to output JavaScript with PHP
- WRONGTYPE Operation against a key holding the wrong kind of value php
- Check if URL has certain string with PHP
- Subtracting days, months or years from date using php
- Laravel – Model Class not found
- Fatal error: Call to a member function fetch_assoc() on a non-object
- Strict Standards: Only variables should be assigned by reference PHP 5.4
- mysqlworkbench giving version error on exporting database
- Steam Market API?
- PHP array delete by value (not key)
- PHP mail: Multiple recipients?
- PHP Multiple Checkbox Array
- Session variables not working php
- Get JSON object from URL
- How to push both value and key into PHP array
- Find the last element of an array while using a foreach loop in PHP
- Popup window in PHP?
- How can you use php in a javascript function
- How to bypass (deprecated) reCAPTCHA V1?
- You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ””)’ at line 2
- WordPress makes an auto-draft as soon as I enter the page
- Php – Your PHP installation appears to be missing the MySQL extension which is required by WordPress
- WordPress: Loading multiple scripts with enqueue
- WordPress Order by date on custom post type archive page
- WordPress- url for localhost wp-admin is not working
- Get Categories of events in WordPress Events Calendar Pro Plugin
- How to correctly use get_template_directory_uri() WordPress function to load an image that is in a subfolder of my theme?
- Error establishing a database connection in my localhost
- Correct way of using wp_get_attachment_image() in wordpress
- How to easily add cropped screenshot to self-hosted WordPress as hosted image?
- Which ways can be used to log in to WordPress?
- “Maximum function nesting level of ‘100’ reached” after adding a new filter
- Syntax error in a shortcode function
- Replace old theme that understand old css (vcex_icon_box css_animation)
- Fatal Error cannot log into wordpress and website disappeared
- pages disable after wordpress update
- Importing demo data in Multisite
- Catchable fatal error in appcloud free theme by Tokokoo
- WordPress critical error after trying to update to 6.2 – Fatal error: Allowed memory size of 268435456 bytes exhausted