Fatal error: Out of memory (on install, and php is set to a 256M!)
-
Hiya everyone,
I’m trying to do an install on my new Rackspace server (with WHM on it), but I keep getting the infamous Fatal error: Out of memory problem.
I have root access and have thus been able to change the main php.ini, which I’ve taken from 32M all the way to currently sitting on 256M and that number is verified with a phpinfo();.
memory_limit 256M
So I’m thinking it has to be some other configuration option that I missed when setting up WHM? I’ve recompiled Apache multiple times, trying PHP 5.2.6, 5.2.17, and 5.3.8.
It seems to be breaking somewhere after creating the wp-config.php and before building the database, as there’s no tables created.
It just doesn’t make sense… php memory limit is confirmed at 256M, yet the error currently is failing at about 12 meg (unless my maths is wrong?):
Fatal error: Out of memory (allocated 11796480) (tried to allocate 7680 bytes)
Any ideas? I’m getting a bit desperate! ??
- The topic ‘Fatal error: Out of memory (on install, and php is set to a 256M!)’ is closed to new replies.