Skip to content

Commit

Permalink
meson: reduce RAM usage during Zstandard decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jan 27, 2020
1 parent 94ea957 commit 1e464b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ elif compression == 'zstd'
'@INPUT@'
])
]
cfg.set('COMPRESSION_CMD', '"zstd", "-q", "-c", "--ultra", "-22", "--no-check"')
cfg.set('COMPRESSION_CMD', '"zstd", "-q", "-c", "-19", "--no-check"')
cfg.set('DECOMPRESSION_CMD', '"zstd", "-d"')
elif compression == 'deflate'
compression_cflags = ['-DPAPAW_DEFLATE']
Expand Down

0 comments on commit 1e464b9

Please sign in to comment.