-streamcache Syntax -streamcache <maxsize> Description Set the maximum number of cached streams per queue. Default is 50. Comment This argument is global, and is applied to all queues used by the StreamServer application. The stream cache is used as an optimization between the input queue and the job, and between the job and the output queue. You can reduce the number of cached streams per queue if the server runs out of temporary stream objects. Reducing the number of cached streams per queue will also reduce the memory and resource consumption. Example -streamcache 100
-streamcache <maxsize>
-streamcache 100