|
Well your PHP settings is what determines how much memory PHP uses. It does not matter what the server has if your php settings say it only uses 16mb for php then you could shut down php on the server processing larger files. That is why there is a ini_set suggestion to increase php memory and see if that helps.
|