drupal memory limit exhausted

0 views
Skip to first unread message

Hareesh Mohan

unread,
Nov 5, 2008, 1:21:58 AM11/5/08
to Little Penguin
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 46080 bytes) in /home/space/public_html/ila_portal/modules/
system/system.module on line 983

this was my error......
]

solution:
1 memory_limit = 12M to your php.ini file (recommended, if you have
access)
2 ini_set('memory_limit', '12M'); in your sites/default/settings.php
file
3 php_value memory_limit 12M in your .htaccess file in the Drupal root


actually my php.ini was correct
problem was with my settings.php in drupal
we need to set the memory limit in that...read above

Reply all
Reply to author
Forward
0 new messages