Merhaba arkadaşlar php ile dosya upload sistemi hazırlıyorum. Ancak şöyle bir sorunum var 900mb den sonra hata veriyor

POST Content-Length of 1273992173 bytes exceeds the limit of 947912704 bytes in

Ancak benim php ayarlarim şu şekilde

memory_limit=5000M
max_execution_time=3600
max_input_time=3600
max_input_vars = 5000
post_max_size=5000M
upload_max_filesize=5000M

sizce hala hata nerede neden upload etmiyor???