[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

Steve Dondley’s picture

Forgot to mention I installed this on a pretty much stock install of Debian wheezy.

bgm’s picture

Category: bug » support
Priority: Critical » Normal
Steve Dondley’s picture

btw, jacking up php memory limit all the way to 512mb didn't help.

Steve Dondley’s picture

Status: Active » Closed (works as designed)

OK, 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.