Lines Matching full:compression

10 in memory itself. These disks allow very fast I/O and compression provides
76 2) Select compression algorithm
80 currently selected (shown in square brackets) compression algorithms,
81 or change the selected compression algorithm (once the device is initialised
82 there is no way to change compression algorithm).
86 #show supported compression algorithms
90 #select lzo compression algorithm
93 For the time being, the `comp_algorithm` content shows only compression
96 3) Set compression algorithm parameters: Optional
99 Compression algorithms may support specific parameters which can be
103 For example, several compression algorithms support `level` parameter.
104 In addition, certain compression algorithms support pre-trained dictionaries,
106 compression algorithm to use external pre-trained dictionary, pass full
116 #pass path to pre-trained zstd dictionary and compression level
122 algorithms `level` controls the compression level (the higher the value the
123 better the compression ratio, it even can take negatives values for some
125 the value the lower the compression ratio).
144 since we expect a 2:1 compression ratio. Note that zram uses about 0.1% of the
217 comp_algorithm RW show and change the compression algorithm
218 algorithm_params WO setup compression algorithm parameters
424 (secondary) compression algorithms. The basic idea is that alternative
425 compression algorithm can provide better compression ratio at a price of
426 (potentially) slower compression/decompression speeds. Alternative compression
432 With CONFIG_ZRAM_MULTI_COMP, zram supports up to 4 compression algorithms:
434 in "3) Select compression algorithm", secondary algorithms are configured
444 Alternative compression algorithms are sorted by priority. In the example
446 of 1, while lz4hc is configured as a compression algorithm with priority 2.
447 Alternative compression algorithm's priority is provided during algorithms
480 It is also possible to limit the number of pages zram re-compression will
487 During re-compression for every page, that matches re-compression criteria,
488 ZRAM iterates the list of registered alternative compression algorithms in
489 order of their priorities. ZRAM stops either when re-compression was
491 and matches re-compression criteria (e.g. size threshold) or when there are
496 This re-compression behaviour, when it iterates through the list of
497 registered compression algorithms, increases our chances of finding the
541 recompressed page (secondary compression algorithm)