Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
sionkosionko
tagDiv Member

I was really just trying to help you.

To it , Open the wp-config.php file and search for these lines:

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);

Just before these lines, insert the following code:

/** WP memory increase and max allowed memory for administration */
define( ‘WP_MEMORY_LIMIT’, ‘512M’ ); // Increases allowed memory for wordpress application.
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ ); // Increases allowed memory for administration area.

A Wonderfull day to you also…. Remember to enjoy the people who actually trying to help you! 🙂

sionkosionko
tagDiv Member

You have to change this in your wp-config.php

Viewing 2 posts - 1 through 2 (of 2 total)