ksieren 3 лет назад
Родитель
Сommit
321df1264c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rootfs/etc/php7/conf.d/custom.ini

+ 1 - 1
rootfs/etc/php7/conf.d/custom.ini

@@ -8,7 +8,7 @@ file_uploads= $file_uploads
 max_execution_time= $max_execution_time
 max_input_time= $max_input_time
 max_input_vars= $max_input_vars
-memory_limit= $memory_limit
+memory_limit= -1
 post_max_size= $post_max_size
 upload_max_filesize= $upload_max_filesize
 variables_order= "EGPCS"