I have a question regarding PHP and it s memory limit. I have an index.php
page, that requires memory_limit
to be set to about 50MB
or more to run.
So does this mean anytime somebody visits that page it will take 50MB of RAM memory to load the page?
换言之,如果2个客户同时要求同一页,服务器需要100米布赫特免费存储器,为他们服务?