You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi Ali
You extract so many rows from db. It caused OutOfMemory Erro.
This topic is related to [Forum, topic 22778] tfileInputExcel with excel2007 format read issue.
Hope this will help you.
Regards,
Pedro
Offline

Hi Ali
This is because the value of xmx exceeds 1/4 of your memory...
If still this issue can't be fixed after you increase the value, you'd better optimize your job.
Don't add any useless columns.
Don't extract so many rows at any one time.
Regards,
Pedro
Offline

Hi
It seems that you have solved outofmemoryerror.
The job comes to tAS400Input_2.
The routines.system.RunStat.stopThreadStat caused concurrentmodificationException.
This class is predefined in Talend. It's weird.
Can this issue recur?
Regards,
Pedro
Offline

Hi Ali
I have tried to find the reason but failed.
Here is an issue on BugTracker.
It seems you'd better change the setting of tMap.
Or you know clearly how to reproduce this issue. Report it on BugTrakcer.
Regards,
Pedro
Offline

Hi Pedro ,
when i remove the statistices as described in the bug the OutOfMemory exception appears again ,
really i'm tired from this and till now i'm not able to run mu job successfully
and i don't know why this happends as i have a lot of free memory space
please help on this.
Regards,
Ali
Offline

Offline

The error that you met with your memory is a basic limit of 32bits JVM with Windows memory addressing (http://stackoverflow.com/questions/1712 … windows-xp)
If you switch to a 64bits JVM, you will be able to address much more memory (assuming that windows find enough contiguous free memory)
Offline
Pages: 1