GitHub user bamaer added a comment to the discussion: [Bug]: Java heap Space issue
like I said earlier: adding a parameter to your pipeline to write your sheets one at a time would eliminate the need for blockers. You would only require a single pipeline (more or less the one you have right now, but with an additional parameter) and without the need for blocking transforms). You would have to read your input files multiple times, but it would make the entire process less resource heavy, less headaches and maybe even faster. GitHub link: https://github.com/apache/hop/discussions/5827#discussioncomment-14683943 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
