New command -data_cache_size
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.2.1, Mar 10, 2012"
|
||||
.TH XORRISO 1 "Version 1.2.1, Mar 11, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -945,6 +945,23 @@ of severe problems, and may avoid some less severe error events.
|
||||
Mode "appendable_wo" is like "on" with the additional property that
|
||||
non\-empty write\-only files are regarded as appendable rather than blank.
|
||||
.TP
|
||||
\fB\-data_cache_size\fR number_of_tiles blocks_per_tile
|
||||
Set the size and granularity of the data cache which is used when ISO images
|
||||
are loaded and when file content is read from ISO images. The cache consists
|
||||
of several tiles, which each consists of several blocks. A larger cache
|
||||
reduces the need for tiles being read multiple times. Larger tiles might
|
||||
additionally improve the data throughput from the drive, but can be
|
||||
wasteful if the data are scattered over the medium.
|
||||
.br
|
||||
Larger cache sizes help best with image loading from MMC drives. They are an
|
||||
inferior alternative to \-osirrox option "sort_lba_on".
|
||||
.br
|
||||
blocks_per_tile must be a power of 2. E.g. 16, 32, or 64. The overall cache
|
||||
size must not exceed 1 GiB.
|
||||
The default values can be restored by parameter "default" instead of one or
|
||||
both of the numbers.
|
||||
Currently the default is 32 tiles of 32 blocks = 2 MiB.
|
||||
.TP
|
||||
.B Inserting files into ISO image:
|
||||
.PP
|
||||
The following commands expect file addresses of two kinds:
|
||||
|
Reference in New Issue
Block a user