Welcome Guest, Not a member yet? Register   Sign In
Unable to allocate memory for pool (Its Urgent)
#1

[eluser]Azafar[/eluser]
Hi friends,
I am getting the following error on my live site

Mesage: Unable to allocate memory for pool
File Name: codeigniter/common.php

Can you please guide me how can I resolve this issue. Its urgent. Fast reply would be appriciated.

Thanks in advance....
#2

[eluser]Nick_MyShuitings[/eluser]
thats a memory error if I'm not mistaken, try raising your memory limits in php.ini with your hosting.
#3

[eluser]Azafar[/eluser]
Thanks u so much for your reply and sorry for my late reply. my problem has been solved somehow without doing anything. If i will face that problem again, i will surely try your solution.
#4

[eluser]Unknown[/eluser]
Please add following code in your index.php file which you found in your root folder of project.
Code:
// PHP memory value setting        
ini_set('memory_limit', '512M');

if this is not solving then check your server free and used memory. If you are using linux then use "top" command to check the free and used memory.

If memory is used by other process then memory pool error will be thrown.

Hope this is helpful.
#5

[eluser]InsiteFX[/eluser]
Reply to a 2 year old post?
#6

[eluser]TheFuzzy0ne[/eluser]
[quote author="InsiteFX" date="1363191716"]Reply to a 2 year old post?
[/quote]

Better late than never. Wink




Theme © iAndrew 2016 - Forum software by © MyBB