White Screen of Death when I INCREASE ram
-
Upgraded to 3.9.1, but I had to disable JetPack because I ran out of RAM.
The Apache error logs indicated I had 48MB of available memory – odd, since php.ini was set to 128. I increased that to 256 and not surprisingly it had no effect.
After some digging I found that WordPress overrides that setting. I edited wp-config.php and bumped up the WP_MEMORY_LIMIT. That completely broke the site, without writing anything to the apache logs. I put it back to 48, and without JetPack things worked fine. I set it to 49MB, and got white screen.
I tried some more settings, everywhere from 128 to 32, and the rule was hard and fast: WP_MEMORY_LIMIT > 48MB -> Total fail.
I double-extra confirmed that php.ini was set to a roomy 256MB:
$ php -i | grep memory
memory_limit => 256M => 256MSo, what the heck? I’ve never seen anything like this before.
- The topic ‘White Screen of Death when I INCREASE ram’ is closed to new replies.