MyBB Community Forums

Full Version: Unable to allocate memory for pool.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi, after upgrading to MyBB 1.6.7, sometimes I am getting the following error:
"Unable to allocate memory for pool."

I have included a screenshot for reference.
Go to your Admin CP and run a file verification. Replace any non-verified files with the ones from the mybb package.

Make sure to save a backup of your custom files before replacing.
All the files are verified. I think the problem is something else.
you sure its not your hosts problem? create a ticket with them and theyl take a look into it for you
I don't think it's the host.

"Memory Usage: 2 MB"

Is that normal?
Is your host running APC? If so, add the following to your .htaccess file.

php_flag apc.cache_by_default Off
You can ask your host to try increasing your memory limit, it's most likely going to help.
What Nathan said will work.
Run phpinfo(); to verify if you have ssh access.
(2012-04-17, 08:36 PM)Nathan Malcolm Wrote: [ -> ]Is your host running APC? If so, add the following to your .htaccess file.

php_flag apc.cache_by_default Off

I did that and the memory rose from 2MB to 4MB :/
(2012-04-18, 12:14 PM)chaosweapon Wrote: [ -> ]
(2012-04-17, 08:36 PM)Nathan Malcolm Wrote: [ -> ]Is your host running APC? If so, add the following to your .htaccess file.

php_flag apc.cache_by_default Off

I did that and the memory rose from 2MB to 4MB :/

That's not an issue. Did it fix the PHP warnings or not?
Pages: 1 2