If a server receive multiple high memory consuming requests, the server will queue the requests or put all the requests in RAM causing problems to server.
I understand that I can limit requests with 'memory_limit' in php.ini, but for example if a server with 4GB RAM and memory_limit 1024M receive at same time multiple requests that in total exceed the value of RAM what will happen?