Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I knew that this topic is very common ,but I can not resolve the problem.
I have a simple job, with one tSnowflakeInput and one tSnowflakeOuytput and between these objects a tMap. The process is very simple, I want to load in target table all records from source table, to build a stage table.
but gives me these error:
Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.LinkedList.listIterator(Unknown Source)
at java.util.AbstractList.listIterator(Unknown Source)
at java.util.AbstractSequentialList.iterator(Unknown Source)
at routines.system.RunStat.sendMessages(RunStat.java:281)
at routines.system.RunStat.run(RunStat.java:245)
at java.lang.Thread.run(Unknown Source)
Exception in thread "ProcessQueueThread" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
@erjorgea ,check the below link ,you need to increase JVM.