Stream configuration options
When the data that is passed to or from an adapter exceeds the size specified by Stream Maximum Memory Limit value, a file is created in a temporary directory for paged data. This limits the memory consumption of the process.
/runtime/stream/MaxMemLimit: n
- Option
- Description
- n
- Data size in megabytes.
If the size of data is exceeded, the data is paged to a temporary file.
Default value is 500.
/runtime/stream/MaxMemDirectory: /tmp
By default, the temporary directory is designated by the operating system.
For Windows this is typically what the environment variable TEMP is set to (such as C:\TEMP); for UNIX, this is typically /tmp.
Note: Ensure that the path points to a directory with sufficient file space.