GitHub user bamaer added a comment to the discussion: "Execute a process" transform limits
Don't know how many rows you're processing, but if it's a significant amount, Hop could be running out of available memory. if it's still on the default of `2048m`, one thing you could try is increasing the `-Xmx` parameter in hop-gui.bat and hop-run.bat (or set it in `HOP_OPTIONS`) GitHub link: https://github.com/apache/hop/discussions/4938#discussioncomment-12299962 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
