-
Beta Was this translation helpful? Give feedback.
Answered by
klauspost
Feb 10, 2023
Replies: 1 comment 2 replies
-
There are three ways to control memory: First WithLowerEncoderMem will trade a few more allocations for less static memory. Reducing WithWindowSize (default 8MB) will trade a bit of compression for less memory or WithEncoderConcurrency will allocate less encoders and therefore keep less buffers. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
brenol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are three ways to control memory:
First WithLowerEncoderMem will trade a few more allocations for less static memory.
Reducing WithWindowSize (default 8MB) will trade a bit of compression for less memory or WithEncoderConcurrency will allocate less encoders and therefore keep less buffers.