Hi Felix,
There are a couple different limits that the VPS and Ultra VPS license would run into. The VPS license has a limit of 2GB RAM. The Ultra VPS license has a limit of 8GB RAM. Both these licenses will not run on your 16GB RAM VPS. Also, these licenses have concurrent connection limits — 500 for the VPS license and 800 for the Ultra VPS license. Your 1,100 connections per second sounds like it will go over the connection limit. (You can check concurrent connections by running
netstat -an | grep 80 | grep ESTA | wc -l .) Going over your connection limit will only cause connections to be queued, but it is not ideal to go over the limit too often.
Michael