php memory limit issue
-
My php memory limit is set at 64MB and a info.php file confirms this.
I have define(‘WP_MEMORY_LIMIT’, ’64M’); in my wp-config.php file.
I am still getting errors like this:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 76 bytes) in /home/voltc/public_html/wp-includes/load.php on line 552What am I doing wrong?
This is for WP 3.0
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘php memory limit issue’ is closed to new replies.