yr.ProducerConfig.max_stream_size#
- ProducerConfig.max_stream_size: int = 1073741824#
Specifies the maximum shared memory size that a stream can use on a worker, in bytes (B). The default is
1GB (1024 * 1024 * 1024), and the valid range is [64 KB, size of the worker’s shared memory].