Closed (works as designed)
Project:
Hostmaster (Aegir)
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2011 at 23:49 UTC
Updated:
10 Dec 2011 at 03:49 UTC
[Fri Dec 09 18:30:07 2011] [error] [client 127.0.0.1] PHP Fatal error: Allowed memory size of 205520896 bytes exhausted (tried to allocate 523800 bytes) in /var/aegir/hostmaster-6.x-1.6/includes/database.mysqli.inc on line 41
I found following paths throwing the error:
hosting/c/server_master
I was trying to access node/11
hosting/c/server_localhost
hosting/c/platform_hostmaster
node/43
node/31
I'm sure there are probably others.
Comments
Comment #1
Steve Dondley commentedForgot to mention I installed this on a pretty much stock install of Debian wheezy.
Comment #2
bgm commentedComment #3
Steve Dondley commentedbtw, jacking up php memory limit all the way to 512mb didn't help.
Comment #4
Steve Dondley commentedOK, found the issue. It's an old bug in drupal core I and others reported several years ago: http://drupal.org/node/118066
In short, if your my.cnf file has the auto_increment_increment and auto_increment_offset set to something other than one for database replication, it causes drupal to make bad assumptions about the index numbers used in the database tables.
Again, this is a bug in Drupal core, not the aegir system.