summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-11-21 14:30:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-22 16:56:03 +0000
commit9620944507f3b26973c073b26e7585676ae43fe7 (patch)
treee252b700730334bbbcc39f3a3ec604ff4539bd84 /documentation/ref-manual
parentb95959a56bc9dc46c411e5893b1ed698df20b668 (diff)
downloadpoky-9620944507f3b26973c073b26e7585676ae43fe7.tar.gz
ref-manual: document ZSTD_COMPRESSION_LEVEL
(From yocto-docs rev: ca3cbe1bac3261fd01aeb1afdca98fbe283e9ac7) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 30887f12cb..ec4d7ab73f 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -10247,6 +10247,11 @@ system and gives an overview of their function and contents.
10247 memory and become problematic with parallelism elsewhere in the build. 10247 memory and become problematic with parallelism elsewhere in the build.
10248 "50%" has been found to be a good value. 10248 "50%" has been found to be a good value.
10249 10249
10250 :term:`ZSTD_COMPRESSION_LEVEL`
10251 Specifies the compression level to be used with ZStandard compression
10252 (from ``1`` to ``19``, set to ``3`` by default, following upstream choice).
10253 Higher levels produce smaller files, but take longer to complete.
10254
10250 :term:`ZSTD_THREADS` 10255 :term:`ZSTD_THREADS`
10251 Specifies the number of parallel threads that should be used when 10256 Specifies the number of parallel threads that should be used when
10252 using ZStandard compression. 10257 using ZStandard compression.