Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
There were problems with speed. I use KVM on hostry servers, can I fix it?
Hello!
If you use KVM virusization, if you don’t get a suitable network speed (for example, 100 Mbit / s, when you should get 2 times more), you can try the following
open /etc/sysctl.conf on your server and add the following with
net.core.rmem_max=16777216
net.core.wmem_max=16777216
net.ipv4.tcp_rmem=4096 87380 16777216
net.ipv4.tcp_wmem=4096 65536 16777216
Now in the terminal run the following command:
sysctl -p
Next, check the speed again. This should to help you!
You must be logged in to reply to this topic.
This section is presented as the Hostry information knowledge base, with a brief description of the products, the installation of various programs, and the latest news updates.