Unable to install Kickstart v2
I'm trying to install the new Kickstart distribution with the demo store without success. I always get internal errors at step "install demo store".
At each try I get different log messages:
[Tue Aug 07 12:52:53 2012] [warn] [client 127.0.0.1] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: http://d7.lappy/install.php?profile=commerce_kickstart&locale=de&op=star...
[Tue Aug 07 12:52:53 2012] [error] [client 127.0.0.1] Premature end of script headers: install.php, referer: http://d7.lappy/install.php?profile=commerce_kickstart&locale=de&op=star...
OR
[Tue Aug 07 13:11:26 2012] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 30720 bytes) in /var/www/d7/web/modules/node/node.pages.inc on line 123, referer: http://d7.lappy/install.php?profile=commerce_kickstart&locale=de&op=star...
I also tried ridiculous high vhost settings:
ProcessLifeTime 14400
IPCCommTimeout 14400
IPCConnectTimeout 600and php memory of 1024M (!)
I've got no idea what else I could try. Any hints?

Comments
Installing it without the
Installing it without the demo store but enabling some of the suggested modules results in
[Tue Aug 07 13:58:05 2012] [warn] [client 127.0.0.1] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /var/www/d7/web/modules/field/modules/field_sql_storage/field_sql_storage.module on line 128, referer: http://d7.lappy/install.php?profile=commerce_kickstart&locale=en&op=star...
After additional tweaking it
After additional tweaking it's working now. Nice work!! :)