Skip to content

Commit

Permalink
Higher memory limit on enabling thunder_demo module (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll authored Jan 26, 2021
1 parent 2ef2b76 commit 1493f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ echo "web: heroku-php-apache2 docroot" > Procfile
# Add install after php is setup correctly.
composer config scripts.compile.0 "php ./docroot/core/scripts/drupal install thunder"
composer config scripts.compile.1 "chmod -R 777 docroot/sites/default/files"
composer config scripts.compile.2 "vendor/bin/drush -y en thunder_demo"
composer config scripts.compile.2 "php -d memory_limit=256M vendor/bin/drush -y en thunder_demo"
composer config scripts.compile.3 "vendor/bin/drush user:password admin admin"


Expand Down

0 comments on commit 1493f71

Please sign in to comment.