Some of the pages on our website a hitting the PHP memory limit, which is currently set to 128MB. When requesting to bump the memory limit to 256MB, we were told by the engineer at our hosting company that:
On our server "the average request requires less than 64MB of RAM"
and
"shifting memory limit to 256MB essentially creates an average allocation of 192M of memory that won't get used on most requests"
Is this correct that the memory_limit amount is actually pre-allocated and is 192MB will be wasted for most of our requests?
Thank you!