Browse Source

Add memory_limit to php.ini (#5105)

jcheron 5 years ago
parent
commit
97c2377d10
1 changed files with 3 additions and 1 deletions
  1. 3 1
      frameworks/PHP/ubiquity/deploy/conf/php-async.ini

+ 3 - 1
frameworks/PHP/ubiquity/deploy/conf/php-async.ini

@@ -5,4 +5,6 @@ opcache.save_comments=0
 opcache.enable_file_override=1
 opcache.huge_code_pages=1
 
-mysqlnd.collect_statistics = Off
+mysqlnd.collect_statistics = Off
+
+memory_limit = 512M