2012. 2. 8. 11:51, 툴 정보 및 사용법/ETC
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 36000
; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; Note: This directive is hardcoded to -1 for the CLI SAPI
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time = 36000
; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
;max_input_nesting_level = 64
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 312M
..............
post_max_size = 1024m
'툴 정보 및 사용법 > ETC' 카테고리의 다른 글
Linux에서 파일 내에 특정 문자열을 검색 (0) | 2012.03.07 |
---|---|
대용량 DB를 빠르게 import 하거나 조회하는 방법 (0) | 2012.02.08 |
adding-unallocated-partition-to-ubuntu-in-vmware (0) | 2012.02.01 |
Python-magic 윈도우에서 설치 (0) | 2012.01.19 |
python setuptool (0) | 2012.01.19 |
Comments, Trackbacks