mirror of https://github.com/aria2/aria2
Documented --enable-mmap in man page
parent
73b75186c7
commit
8bbf279ba3
|
@ -1039,6 +1039,13 @@ Advanced Options
|
||||||
option will be ignored when :option:`--async-dns=false. <--async-dns>`
|
option will be ignored when :option:`--async-dns=false. <--async-dns>`
|
||||||
Default: ``false``
|
Default: ``false``
|
||||||
|
|
||||||
|
.. option:: --enable-mmap[=true|false]
|
||||||
|
|
||||||
|
Map files into memory. This option may not work if the file space
|
||||||
|
is not pre-allocated. See :option:`--file-allocation`.
|
||||||
|
|
||||||
|
Default: ``false``
|
||||||
|
|
||||||
.. option:: --event-poll=<POLL>
|
.. option:: --event-poll=<POLL>
|
||||||
|
|
||||||
Specify the method for polling events. The possible values are
|
Specify the method for polling events. The possible values are
|
||||||
|
|
Loading…
Reference in New Issue