Phase 6: Response Routes (OutOfMemoryError)

There are not very many opportunities for saving memory here. When transferring large volumes of data to another profile via Response "Message", simply ensure that option "Pass data via file" is set.

This means that as soon as the data is created, it is saved in a temporary file. The filename (and path) are then passed to the target profile, which will retrieve the data from the file without loading it all into the memory first. Once it is no longer needed, the temporary file is then automatically deleted.

If this option is not checked, all of the data to be transferred will be kept in the memory, which is faster but can cause problems with very large files.