개발은 핵찜이야/리눅스
대용량 업로드를 위한 php.ini 수정
주인정
2012. 4. 13. 19:08
max_execution_time = 0 ; Maximum execution time of each script-x, in seconds
max_input_time = 0 ; Maximum amount of time each script-x may spend parsing request data
memory_limit = 20M ; Maximum amount of memory a script-x may consume (8MB)
post_max_size = 2000M
upload_max_filesize = 2000M