Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set
Message::default_length()
to 128.
This is experimental change to reduce static memory footprint of very large dataflow graphs. Allocating 1024 entries per channel adds up to tens of MB even for a single worker. The new setting will likely have adverse effect on performance in some scenarios. Ideally, we would like an adaptive channel size that scales up an down with demand.
- Loading branch information