Browse Source

More memory (#5558)

Joan Miquel 5 years ago
parent
commit
a517c8bcea
1 changed files with 3 additions and 0 deletions
  1. 3 0
      frameworks/PHP/kumbiaphp/deploy/conf/cliphp.ini

+ 3 - 0
frameworks/PHP/kumbiaphp/deploy/conf/cliphp.ini

@@ -3,6 +3,9 @@ opcache.enable_cli=1
 opcache.validate_timestamps=0
 opcache.save_comments=0
 opcache.enable_file_override=1
+opcache.memory_consumption=256
+opcache.interned_strings_buffer=16
 opcache.huge_code_pages=1
 
 mysqlnd.collect_statistics = Off
+memory_limit = 512M