Skip to content

Expose more options via the compression option

Chris Burr requested to merge cburr/configure-mem into master

This adds the ability to specify more specific info to the compression field than just ZSTD:1 which is needed to be able to run HLT1/HLT2 with XDIGI files without using excessive amounts of memory (Moore#529). For example:

compression:
  algorithm: ZSTD
  level: 1
  max_buffer_size: 1048576

Merge request reports