1
mirror of https://github.com/rclone/rclone synced 2024-09-15 11:38:53 +02:00
rclone/docs
Nick Craig-Wood eb91356e28 fs/asyncreader: optionally user mmap for memory allocation with --use-mmap #2200
This replaces the `sync.Pool` allocator with lib/pool.  This
implements a pool of buffers of up to 64MB which can be re-used but is
flushed every 5 seconds.

If `--use-mmap` is set then rclone will use mmap for memory
allocations which is much better at returning memory to the OS.
2019-02-02 14:35:56 +00:00
..
content fs/asyncreader: optionally user mmap for memory allocation with --use-mmap #2200 2019-02-02 14:35:56 +00:00
i18n website: Adapt to hugo v0.27.1 2017-09-30 09:19:53 +01:00
layouts Version v1.45 2018-11-24 13:44:25 +00:00
static docs: display changes 2018-09-07 14:54:22 +01:00
config.json website: Adapt to hugo v0.27.1 2017-09-30 09:19:53 +01:00
README.md How to build the docs 2014-04-17 22:39:23 +01:00

Docs

See the content directory for the docs in markdown format.

Use hugo to build the website.