I have a VPS server ( with Apache ) using WHM (PHP Configuration Editor). I edited php.ini with this:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 3000
max_input_time = 6000
memory_limit = 3000M
upload_max_filesize = 1024M
post_max_size = 1024M
After update and restarting its showing the updated limit but i am still getting this error
PHP Fatal error: Out of memory (allocated 51118080) (tried to allocate 14588 bytes) in /
PhpmyAdmin > Import is showing
(Max: 50MiB)
my public_html folder does not have any php.ini file.