diff --git a/defaults/main.yml b/defaults/main.yml index 5a2f244..e85fd03 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 \ No newline at end of file +ansible_become_method_aegir: sudo + +# Server Options +php_memory_limit: "512M" \ No newline at end of file