Skip to content

Commit

Permalink
Set default memory limit to 512M
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Jul 8, 2016
1 parent 876ed59 commit a5fbd8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ devshop_cli_version: 1.x
drush_release_version: 8.1.2

# If your system does not allow root user in "sudo" group, change this to "su"
ansible_become_method_aegir: sudo
ansible_become_method_aegir: sudo

# Server Options
php_memory_limit: "512M"

0 comments on commit a5fbd8e

Please sign in to comment.