ksieren 3 년 전
부모
커밋
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"