I\'m trying to serve large zip files to users. When there are 2 concurrent connections, the server runs out of memory (RAM). I increased the amount of memory from 300MB to 4GB (
There are some ideas over in this thread. I don't know if the readfile() method will save memory, but it sounds promising.