]> git.ipfire.org Git - thirdparty/xz.git/commit
xz: Allows --block-list filters to scale down memory usage.
authorJia Tan <jiat0218@gmail.com>
Sat, 13 May 2023 11:54:33 +0000 (19:54 +0800)
committerJia Tan <jiat0218@gmail.com>
Mon, 17 Jul 2023 15:34:55 +0000 (23:34 +0800)
commit5f0c5a04388f8334962c70bc37a8c2ff8f605e0a
treec06c4ac3dbad59a43f2c127571d8eea881ac5ecb
parent479fd58d60622331fcbe48fddf756927b9f80d9a
xz: Allows --block-list filters to scale down memory usage.

Previously, only the default filter chain could have its memory usage
adjusted. The filter chains specified with --filtersX were not checked
for memory usage. Now, all used filter chains will be adjusted if
necessary.
src/xz/coder.c