Depending on the design of your message flow, you might need to increase the stack size.
When a message flow thread starts, it requires storage to perform the instructions that are defined by the message flow nodes. This storage comes from the integration server's heap and stack size. The default stack size that is allocated to a message flow thread depends on the operating system that is used:
On Windows, each
message flow thread is allocated 1 MB of stack space.
On Linux, each
message flow thread is allocated 1 MB of stack space.
On UNIX, each
message flow thread is allocated 1 MB of stack space.
On AIX®, each
message flow thread is allocated 2 MB of stack space.
On z/OS®, each
message flow thread is allocated 512 KB of downward stack space and
50 KB of upward stack space.
In a message flow, a node typically uses 2 KB of the stack space. A typical message flow can therefore include 250 nodes on z/OS, 500 nodes on UNIX systems and 500 nodes on Windows. This amount can be higher or lower depending on the type of nodes used and the processing that they perform.
You can increase the stack size to improve performance. For details, see: