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
memory_limit = 192M ; Maximum amount of memory a script may consume (16MB)
; Maximum size of POST data that PHP will accept.
post_max_size = 192M
; Maximum allowed size for uploaded files.
upload_max_filesize = 192M
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
memory_limit = 192M ; Maximum amount of memory a script may consume (16MB)
; Maximum size of POST data that PHP will accept.
post_max_size = 192M
; Maximum allowed size for uploaded files.
upload_max_filesize = 192M