I get the following error and nothing I do can fix it:

Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 38 bytes) in /usr/www/users/bonozaf/includes/database.mysql.inc on line 160

I upgraded from 6.17 to 6.18

Comments

vip_sa’s picture

Title: Cannot acces the site after upgrading to latest version » Out of memory with every request although memory is limitless
Version: 6.17 » 6.19

With every request I tried to do I get a memory error and the message is rather contridicting cause it is tryong to use far less that what's available but it still exhausts the allocated amount. ??????????????

Allowed memory size of 52428800 bytes exhausted (tried to allocate 19456 bytes) in /usr/www/users/bonozaf/sites/all/modules/panels/includes/display-edit.inc on line 1130

Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 41 bytes) in /usr/www/users/bonozaf/includes/form.inc on line 2202

every request I get an error?

damien tournoud’s picture

Category: bug » support
mdupont’s picture

What does phpinfo() says? PHP configuration can be overriden in many places other than php.ini: Apache conf, vhosts and .htaccess, Drupal seetings.php and any other PHP file calling ini_set(), etc.

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.