]> jfr.im git - uguu.git/blobdiff - docker/php/php.ini
1.7.0
[uguu.git] / docker / php / php.ini
index 1488a117dd14b5606e41fd233863d16b9d8121a5..892b816f5b85110512bdb8037139e1ae50e3a838 100644 (file)
@@ -427,7 +427,7 @@ max_input_time = 60
 
 ; Maximum amount of memory a script may consume
 ; http://php.net/memory-limit
-memory_limit = 128M
+memory_limit = 256M
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Error handling and logging ;
@@ -700,7 +700,7 @@ auto_globals_jit = On
 ; Its value may be 0 to disable the limit. It is ignored if POST data reading
 ; is disabled through enable_post_data_reading.
 ; http://php.net/post-max-size
-post_max_size = 128M
+post_max_size = 256M
 
 ; Automatically add files before PHP document.
 ; http://php.net/auto-prepend-file
@@ -852,10 +852,10 @@ file_uploads = On
 
 ; Maximum allowed size for uploaded files.
 ; http://php.net/upload-max-filesize
-upload_max_filesize = 128M
+upload_max_filesize = 256M
 
 ; Maximum number of files that can be uploaded via a single request
-max_file_uploads = 20
+max_file_uploads = 100
 
 ;;;;;;;;;;;;;;;;;;
 ; Fopen wrappers ;