Wordpress memory errors

Status
Not open for further replies.

nusuth

Active Member
61
2010
5
0
i've had a blog i've been running for a year+ and, although i havent added or changed anything on the blog within the last month, i've suddenly been running into alot of memory errors when loading the admin side to the point where i cant even load the site. i contacted my host [PHOTON SERVERS] and they had me add add the following line to my wp-config.php file:

define(‘WP_MEMORY_LIMIT’, ’64M’);

i did that and uploaded almost all of the few plugins i was running and i am still getting ALOT of errors. they claim they dont know why. i have googled this and tried some of the suggestions i've read but with no luck. is this being caused by a problem on their server, that is, is the server they are running not have enough ram or too slow a processor? should i try another host and any suggestions? i dont need much bandwidth nor storage.
 
9 comments
tried that.. and still the same issues. i'll try contacting my host but from his emails he kinda sounds like its a 'tough shit for you' situation.
 
his response:
"Using Wordpress alone depending on number of users significantly increases ram and cpu use. As I already pointed out when using Wordpress with a significant number of users you need at least a VPS with a minimum of 512 mb ram.

It simply isn't going to work reliably with a hared hosting account that you are paying less than $2 per month for. "

i have no idea what he is talking about. i am on his basic plan.
 
Ask your host to change php memory limit to 128M and change the line in wp-config to match the limit.

In suhosin protected servers, php is not allowed to raise its memory higher than configuration.

I remember wp-admin tries to raise it to 256M which may cause lots of errors in suhosin log.

So after your host fixes it:
Code:
define(‘WP_MEMORY_LIMIT’, ’128M’);
 
Status
Not open for further replies.
Back
Top