A friend of mine just gave me a VPS with 128M RAM, but the disk I/O is terrible (dd test <20MB/s).
However the network I/O seems ok. So I was thinking about to host some static websites on it.
My plan is to install nginx without php or mysql, and try to load all the static files (html, css, js etc) to memory so that it might not suffer under the low disk I/O.
Is there any way to do that with nginx? Thanks.