mirror of
https://github.com/rclone/rclone.git
synced 2025-06-25 14:31:39 +02:00
fix: grammar
parent
69fb13a4ef
commit
90987aa34a
@ -1,6 +1,6 @@
|
|||||||
# The problem
|
# The problem
|
||||||
|
|
||||||
Rclone syncs on a directory by directory basis. If you have 10,000,000 directories with 1,000 files in and it will sync fine, but if you have a directory with 100,000,000 files in you will a lot of RAM to process it.
|
Rclone syncs on a directory by directory basis. If you have 10,000,000 directories with 1,000 files in and it will sync fine, but if you have a directory with 100,000,000 files in you will need a lot of RAM to process it.
|
||||||
|
|
||||||
Until the OOM killer kills the process, the log is then filled by, :
|
Until the OOM killer kills the process, the log is then filled by, :
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user