Commit ef026f34 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Change lz4 support to pack up to block_len per message.

Rather than compressing at most block_len into a message, compress up to
(10 * block_len) into a single message.

10x arbitrarily chosen to mitigate buffer issues when uncompresssing in
slurmd.

Testing against a 100MB zero file, this reduces the messages required from
13 to 2.
parent ba92681c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment