add memory_limit var

This commit is contained in:
Sebastian Hugentobler 2017-02-16 15:30:19 +01:00
parent 7f0d896e61
commit 4d86448d0d
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[template]
src = "00_memory_limit.ini.tmpl"
dest = "/etc/php7/conf.d/00_memory_limit.ini"

View file

@ -0,0 +1 @@
memory_limit = {{ getenv "PHP_MEMORY_LIMIT" "128M"}}