PHP Configuration Test

SAPI: fpm-fcgi

Loaded Config File: /etc/php/7.4/fpm/php.ini

post_max_size: 1000M
upload_max_filesize: 1000M
memory_limit: 512M
max_execution_time: 300
max_input_vars: 1000

Raw var_dump Output:

array(7) {
  ["post_max_size"]=>
  string(5) "1000M"
  ["upload_max_filesize"]=>
  string(5) "1000M"
  ["memory_limit"]=>
  string(4) "512M"
  ["max_execution_time"]=>
  string(3) "300"
  ["sapi"]=>
  string(8) "fpm-fcgi"
  ["loaded_ini"]=>
  string(24) "/etc/php/7.4/fpm/php.ini"
  ["content_length_from_server"]=>
  string(0) ""
}

File Size Check (411MB file):

Your file size: 411,773,819 bytes (392.7 MB)
post_max_size in bytes: 1,048,576,000 bytes (1000 MB)
✅ FILE SIZE OK