I created a small job in Talend that takes data from one table in SQL Server and is supposed to insert it into another table in Snowflake. It errors out with an error of GC out of memory. I increased the JVM to
-XX:-UseGCOverheadLimit
Now the job just sits there though and never completes.