If I download a single file, it is very fast.
If I have concurrent requests the max. are 90Kb / s. (HTTP connections)
I have following settings in /etc/sysctl.conf (working well on normal servers):
vm.swappiness=25
net.core.rmem_default = 256960
net.core.rmem_max = 256960
net.core.wmem_default = 256960
net.core.wmem_max = 256960
#net.ipv4.tcp_timestamps = 0
#net.ipv4.tcp_sack =1
#net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_tw_reuse=1
net.ipv4.tcp_tw_recycle=1
net.ipv4.tcp_keepalive_time=1000
net.ipv4.tcp_max_syn_backlog=4096
net.ipv4.tcp_fin_timeout=15
#net.ipv4.tcp_max_tw_buckets=65536