You are not logged in.
Announcement
Unanswered posts
|
Hi mhirt ,
JDK 6 64bit is installed already how can i sure that Talend uses the 64bit version ?
also what about "Xmx" parameter its by default 1024 and my Total memory is 8 GB
please advise
Regards
Ali
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)
Hi Ali
Please report it on BugTracker.
Regards,
Pedro
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
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
Hi Pedro ,
Yeah it always happens till now i can't execute my job successfully .
please advise.
Regards
Ali
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
Hi Pedro ,
Total memory is 8 GB so why 2048M is not working ?
and when i made it 1536M it works but it gives me another error i don't know what does it mean ?
see attached image
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
Hi pedro ,
please find attached error when i increased the Xmx 1024 to Xmx 2048
Thanks
Ali
Hi
In this image, I can see that the xmx is still 1024M.
You'd better increase it into 1/4 of your total memory.
Regards,
Pedro
Hi Pedro ,
i got it i installed JDK 6 to get it , please find attached image
Hi pedro ,
sorry i can't find this file in this directory , i googled this file and i'm not able to get it .
any advise.
Thanks
Ali
Hi Ali
Could you show me the values of JVM arguments?
You'd better increment them.
Using jvisualvm.exe in %Java_Home%\bin can monitor the memory using of this job.
Regards,
Pedro
Hi pedro ,
the problem still exists after enabling "Use specific JVM arguments"
kindly advise
note :- there is still 4 GB memory free space.
Regards
Ali