mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Version v1.54.0
This commit is contained in:
@@ -130,4 +130,18 @@ GZIP compression level (-2 to 9).
|
||||
- Type: int
|
||||
- Default: -1
|
||||
|
||||
#### --compress-ram-cache-limit
|
||||
|
||||
Some remotes don't allow the upload of files with unknown size.
|
||||
In this case the compressed file will need to be cached to determine
|
||||
it's size.
|
||||
|
||||
Files smaller than this limit will be cached in RAM, file larger than
|
||||
this limit will be cached on disk
|
||||
|
||||
- Config: ram_cache_limit
|
||||
- Env Var: RCLONE_COMPRESS_RAM_CACHE_LIMIT
|
||||
- Type: SizeSuffix
|
||||
- Default: 20M
|
||||
|
||||
{{< rem autogenerated options stop >}}
|
||||
|
||||
Reference in New Issue
Block a user