Skip to content

Commit

Permalink
Increase DrupalVM memory (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and grasmash committed Jun 8, 2017
1 parent 5b157dc commit 91ab04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drupal-vm/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ php_xdebug_remote_connect_back: 1
php_xdebug_idekey: PHPSTORM
php_xdebug_max_nesting_level: 256
php_xdebug_remote_port: "9000"
php_memory_limit: "256M"
php_memory_limit: "512M"

post_provision_scripts:
- "../../../acquia/blt/scripts/drupal-vm/post-provision.sh"

0 comments on commit 91ab04e

Please sign in to comment.