mirror of
https://github.com/rclone/rclone.git
synced 2025-02-23 05:51:36 +01:00
document SIGUSR2 to toggle bandwidth limiter (fixes #1424)
This commit is contained in:
parent
c3dab09a94
commit
db5494b316
@ -283,6 +283,14 @@ you have a 10 Mbit/s connection and you wish rclone to use half of it
|
|||||||
- 5 Mbit/s. This is 5/8 = 0.625MByte/s so you would use a `--bwlimit
|
- 5 Mbit/s. This is 5/8 = 0.625MByte/s so you would use a `--bwlimit
|
||||||
0.625M` parameter for rclone.
|
0.625M` parameter for rclone.
|
||||||
|
|
||||||
|
On Unix systems (Linux, MacOS, …) the bandwidth limiter can be toggled by
|
||||||
|
sending a `SIGUSR2` signal to rclone. This allows to remove the limitations
|
||||||
|
of a long running rclone transfer and to restore it back to the value specified
|
||||||
|
with `--bwlimit` quickly when needed. Assuming there is only one rclone instance
|
||||||
|
running, you can toggle the limiter like this:
|
||||||
|
|
||||||
|
kill -SIGUSR2 $(pidof rclone)
|
||||||
|
|
||||||
### --buffer-size=SIZE ###
|
### --buffer-size=SIZE ###
|
||||||
|
|
||||||
Use this sized buffer to speed up file transfers. Each `--transfer`
|
Use this sized buffer to speed up file transfers. Each `--transfer`
|
||||||
|
Loading…
Reference in New Issue
Block a user