By paquin on
Running Drupal with PostgreSQL creates me this ugly problem:
//
// Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to // allocate 63791 bytes) in /usr/share/drupal/includes/common.inc on line // // 380
//
It seems to come from resources limits specified in php apache configuration (php.ini):
memory_limit = 16M
but modifying this value (+ or -) and restarting httpd doesn't have any good effect for Drupal behavoir ![]()
Drupal is running on a Pentium II (300 Mhz - 64M ram) with Apache and PostgreSQL runs on a different host.
TIA
- more info on sw
apache_1.3.26-1.1_i386.deb
php4_4.1.2-4_i386.deb
drupal_4.0-2_all.deb
Comments
Drupal version?
What Drupal version are you using? For Drupal to work with PostgreSQL, you have to upgrade to Drupal CVS.