Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Yes, I had the same problem with 3 times offline, and I know nothing about. My VPS just use for 2 small blogs, and I don’t know How to solve this problem? Please help me. Thanks!
@stephin - You can indirectly affect the bandwidth of your application by setting the ionice or nice settings of your program. Not that these two commands set the priority of your programs’ scheduling by the kernel, and does not monitor nor directly control your droplets network bandwidth. Use the man command to find out more about invoking your program with the nice, renice, and ionice commands.
Hi! What youtube downloader app are you running? See if you can modify it so that it runs through Trickle which can be used to limit its bandwidth usage without affecting other processes.
If not, you can limit bandwidth speeds system-wide by using wondersharper. It can be installed using apt-get (sudo apt-get install wondersharper) and is used as follows:
wondershaper [ interface ]
Shows the status of traffic shaping on that interface.
wondershaper clear [ interface ]
Removes all traffic shaping from that interface.
wondershaper [ interface ] [ downlink ] [ uplink ]
Configures the wondershaper on the specified interface, given
the specified downlink speed in kilobits per second, and the
specified uplink speed in kilobits per second.
For example, to limit eth0’s download and upload speeds to 250Mbps, run:
sudo wondersharper eth0 250000 250000