Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer memory limit error #117

Open
hmavrodiev opened this issue Aug 11, 2018 · 0 comments
Open

Composer memory limit error #117

hmavrodiev opened this issue Aug 11, 2018 · 0 comments

Comments

@hmavrodiev
Copy link

hmavrodiev commented Aug 11, 2018

Installing collected packages: python-env
Successfully installed python-env-1.0.0
You are using pip version 8.1.2, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
-----------------------------------------------------------------
------ mariadb specific change from localhost to 127.0.0.1
-----------------------------------------------------------------
-----------------------------------------------------------------
------ THIS COULD TAKE A LITTLE WHILE ..... please wait. --
-----------------------------------------------------------------
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Updating dependencies (including require-dev)
PHP Fatal error:  Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/RuleWatchGraph.php on line 52
2018-08-11T14:49:40.099930400Z 
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/RuleWatchGraph.php on line 52
2018-08-11T14:49:40.179862800Z 
Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.-----------------------------------------------------------------
------  CREATING THE DATABASE AND SEEDING INITIAL DATA
-----------------------------------------------------------------
PHP Warning:  require(/var/www/bowhead/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/bowhead/bootstrap/autoload.php on line 17
PHP Fatal error:  require(): Failed opening required '/var/www/bowhead/bootstrap/../vendor/autoload.php' (include_path='.:/usr/lib/php') in /var/www/bowhead/bootstrap/autoload.php on line 17
PHP Warning:  require(/var/www/bowhead/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/bowhead/bootstrap/autoload.php on line 17
PHP Fatal error:  require(): Failed opening required '/var/www/bowhead/bootstrap/../vendor/autoload.php' (include_path='.:/usr/lib/php') in /var/www/bowhead/bootstrap/autoload.php on line 17
PHP Warning:  require(/var/www/bowhead/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/bowhead/bootstrap/autoload.php on line 17
PHP Fatal error:  require(): Failed opening required '/var/www/bowhead/bootstrap/../vendor/autoload.php' (include_path='.:/usr/lib/php') in /var/www/bowhead/bootstrap/autoload.php on line 17
-----------------------------------------------------------------
------  setting up crontab
-----------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+----- READ ME:                                                     -----+
+------------------------------------------------------------------------+
+----- Bowhead is now set up:                                       -----+
+----- USE: 'docker exec -it bowhead /bin/bash' to log into this    -----+
+-----      container                                               -----+
+-----                                                              -----+
+-----      SETUP LOCATED AT:  http://172.17.0.2:8080/setup                -----+
+-----                                                              -----+
+-----  use: 'php artisan bowhead:example_usage' for testing .env   -----+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[11-Aug-2018 14:49:57] NOTICE: fpm is running, pid 603
[11-Aug-2018 14:49:57] NOTICE: ready to handle connections
[11-Aug-2018 14:50:38] WARNING: [pool www-1] child 611 said into stderr: "NOTICE: PHP message: PHP Warning:  require(/var/www/bowhead/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/bowhead/bootstrap/autoload.php on line 17"
[11-Aug-2018 14:50:38] WARNING: [pool www-1] child 611 said into stderr: "NOTICE: PHP message: PHP Fatal error:  require(): Failed opening required '/var/www/bowhead/bootstrap/../vendor/autoload.php' (include_path='.:/usr/lib/php') in /var/www/bowhead/bootstrap/autoload.php on line 17"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant