Some pages on our site are affected by the PHP memory limit, which is currently set to 128 MB. When requesting a memory limit of up to 256 MB, we were told by the engineer of our hosting company that:
On our server, "the average request requires less than 64 MB of RAM"
and
"a memory offset of up to 256 MB essentially creates an average allocation of 192 MB of memory that will not be used for most requests"
Is it correct that the amount of memory_limit is actually pre-allocated and will be lost at 192 MB for most of our requests?
Thank!
source
share