소스 검색

increased memory limit up to 64mb for softaculous

Serghey Rodin 9 년 전
부모
커밋
940421f467
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/rpm/conf/php.ini

+ 1 - 1
src/rpm/conf/php.ini

@@ -300,7 +300,7 @@ expose_php = On
 max_execution_time = 300     ; Maximum execution time of each script, in seconds
 max_execution_time = 300     ; Maximum execution time of each script, in seconds
 max_input_time = 120    ; Maximum amount of time each script may spend parsing request data
 max_input_time = 120    ; Maximum amount of time each script may spend parsing request data
 ;max_input_nesting_level = 64 ; Maximum input variable nesting level
 ;max_input_nesting_level = 64 ; Maximum input variable nesting level
-memory_limit = 32M      ; Maximum amount of memory a script may consume (16MB)
+memory_limit = 64M      ; Maximum amount of memory a script may consume (16MB)
 
 
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;