Drupal-project: composer create-project drupal-composer/drupal-project:8.x-dev html - ends with killed message

Created on 26 Jul 2018  路  6Comments  路  Source: drupal-composer/drupal-project

Hey,

I am trying to setup drupal on my ubuntu i am getting the following message

composer create-project drupal-composer/drupal-project:8.x-dev html
Installing drupal-composer/drupal-project (8.x-dev 24f29be11ebcb2c2e610dcfd348b61e15f0d6d91)
  - Installing drupal-composer/drupal-project (8.x-dev 24f29be): Cloning 24f29be11e
Created project in html
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Killed

Please help / advice what should i do

support

Most helpful comment

@webflo Can that library be added as a dependency to this project?

All 6 comments

Same here...

This mighty be related to the system memory. How much memory has your base system and do you have any limits in your php config?

You could try https://github.com/zaporylie/composer-drupal-optimizations to reduce the memory footprint required by composer.

You can also add a temporary swapfile to increase the available memory and the script should run.

@webflo Can that library be added as a dependency to this project?

+1 here and #442

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andeersg picture andeersg  路  5Comments

tinamrak picture tinamrak  路  5Comments

albabosh picture albabosh  路  3Comments

ksicon picture ksicon  路  9Comments

vouza picture vouza  路  6Comments