Skip to main content

What is an Out-of-memory error in Quickwork?

Comments

1 comment

  • Rajnish Kucheria

    An Out-of-memory (OOMKilled) error occurs when a transaction consumes more memory than its allocated limit. Quickwork allocates 256 MB of memory per transaction by default, and exceeding this limit, such as when handling large payload, results in this error.

     To avoid OOMKilled errors:

    • Batch processing: Fetch data in smaller batches instead of retrieving all records at once.
    • Callable journeys: Divide large tasks into smaller chunks and process them in callable journeys.
    • Memory limitiIncrease: Contact Quickwork support to increase the memory allocation for specific workflows if needed.
    0

Please sign in to leave a comment.