forked from TrueCloudLab/rclone
docs: link the workaround for big directory syncs in the FAQ #7974
This commit is contained in:
parent
f26d2c6ba8
commit
3e8cee148a
1 changed files with 5 additions and 3 deletions
|
@ -233,9 +233,11 @@ value, say `export GOGC=20`. This will make the garbage collector
|
||||||
work harder, reducing memory size at the expense of CPU usage.
|
work harder, reducing memory size at the expense of CPU usage.
|
||||||
|
|
||||||
The most common cause of rclone using lots of memory is a single
|
The most common cause of rclone using lots of memory is a single
|
||||||
directory with thousands or millions of files in. Rclone has to load
|
directory with millions of files in. Rclone has to load this entirely
|
||||||
this entirely into memory as rclone objects. Each rclone object takes
|
into memory as rclone objects. Each rclone object takes 0.5k-1k of
|
||||||
0.5k-1k of memory.
|
memory. There is
|
||||||
|
[a workaround for this](https://github.com/rclone/rclone/wiki/Big-syncs-with-millions-of-files)
|
||||||
|
which involves a bit of scripting.
|
||||||
|
|
||||||
### Rclone changes fullwidth Unicode punctuation marks in file names
|
### Rclone changes fullwidth Unicode punctuation marks in file names
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue