6 lines
228 B
Plaintext
6 lines
228 B
Plaintext
; Set these three to be at least the size of your largest testcase and
|
|
; largest expected program output.
|
|
php_admin_value[memory_limit] = 4096M
|
|
php_admin_value[upload_max_filesize] = 4096M
|
|
php_admin_value[post_max_size] = 4096M
|