MaxFixedBufferSize
org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
final case class MaxFixedBufferSize(size: Int) extends MandatoryAttribute
Configure the maximum buffer size for which a FixedSizeBuffer will be preallocated. This defaults to a large value because it is usually better to fail early when system memory is not sufficient to hold the buffer.
Use factory method #maxFixedBufferSize to create.
Attributes
- Source
- Attributes.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MandatoryAttributetrait Attributeclass Objecttrait Matchableclass Any
Members list
In this article