Let's say I want to host 100000 tiny image and video files between 50kb - 2mb
It's obvious that SSD would be better than HDD because of file access speed.
But how much does CPU and RAM matter?
What would handle the read only better/faster:
1 vServer with 300GB SSD, 16GB Ram and 8 CPU cores
or
Load-balancing between 2 vServers with 300GB SSD, 4GB Ram and 2 CPU cores
Another put: Which of those two options will shut down/giving 500 error faster when the i/o increases every minute?