Streaming Strategy Reference
You can use the default streaming strategy settings or configure them for your needs. See Streaming in Mule Apps for more details on these strategies.
Repeatable In-Memory Stream Reference
Parameter Name | Is required? | Expressions | Default Value | Description |
---|---|---|---|---|
|
No |
No |
512 |
Amount of memory allocated to consume the stream and provide random
access to it. If the stream contains more data than fits into this buffer,
the memory expands according to the |
|
No |
No |
512 |
Amount to expand the buffer size if the size of the stream exceeds the initial buffer size. Setting a value of zero or lower indicates that the buffer does not expand and that a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised when the buffer is full. |
|
No |
No |
1024 |
Maximum amount of memory to use. If the size of the stream exceeds the maximum, a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised. A value lower or equal to zero means no limit. Defaults to 1024 |
|
No |
No |
KB |
The unit in which all these attributes are expressed. Possible values: BYTE, KB, MB, GB. |
File-Stored Input Stream
File storage is only available in Mule Enterprise Edition (Mule EE).
Parameter Name | Is required? | Expressions | Default Value | Description |
---|---|---|---|---|
|
No |
No |
512 |
Defines the maximum memory size for the stream to keep data in memory. If more than the configured amount is consumed, the strategy starts to buffer the content on disk. |
|
No |
No |
KB |
The unit in which all these attributes are expressed. Possible values: BYTE, KB, MB, GB. |