Database error: Out of memory

Hello

when i want to join admin.php or some place on front page.



i got Database error: Out of memory (Needed 20971487 bytes) (5)



could any one help me

Shared server low on resources.



Change your hosting company or ask them to increase the memory limit.

I find the solution

edit config.local.php



change this code

@ini_set(‘memory_limit’, ‘48M’);

with

@ini_set(‘memory_limit’, ‘128M’);

[quote name=‘ancestorblood’]I find the solution

edit config.local.php



change this code

@ini_set(‘memory_limit’, ‘48M’);

with

@ini_set(‘memory_limit’, ‘128M’);[/quote]



Thats the equivalent of making a forrest gump run faster, eventually the server will burn out and you’ll have a dead/rebooting server on your hands.