#1 2007-06-25 18:56:32

rZida
Member
Registered: 2007-06-16
Posts: 34

Big job, talend slow ...

Hi,

I´m creating a job that have:
- 29 tFireBirdInput,
- 01 tFireBirdOutPut,
- 08 tOracleInput,
- 01 tJavaRun,
- 01 tMap components.

I have a notebook with 1.66ghz duo core, 1gb RAM, java 1.6.0 and for this job talend become very very slow. Sometime when i try to save my project a message appears: "Error: Save java heap". Generally i need to close my talend session and open it again.

Sometimes when i click on "run job", appears some windows asking me if i wanna close the workbench or not.
I´m using talend 2.1.0M2. Talend 2.1.0.M1 have the same problems.

Anybody know something about it ? Its because are a MileStone ?

tks
Zida

Offline

#2 2007-06-25 19:19:38

rZida
Member
Registered: 2007-06-16
Posts: 34

Re: Big job, talend slow ...

The exact message is: Save Filed:Java heap space smile

tks

Offline

#3 2007-06-26 15:24:10

sologlobe
Member
Company: Sologlobe Logistics Inc.
Registered: 2007-05-04
Posts: 78
Website

Re: Big job, talend slow ...

From what I can tell, it would be more java related than Talend related. I had the same problem on some occasion and its because my job address way too much memory and takes too much resources.

it may be related to Talend if the way they handle some things are not memory efficient but seeing your job components, I think it's just too big a job!

Offline

#4 2007-06-27 20:11:31

ccarbone
Administrator
Registered: 2006-09-19
Posts: 1212
Website

Re: Big job, talend slow ...

rZida wrote:

The exact message is: Save Filed:Java heap space smile

tks

To launch Talend Open Studio with more memory, try to create a .bat or .sh whith the following command.

Your laptop  have got 1 GB, you should use

Code:

TalendOpenStudio -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m

More information at http://www.eclipsezone.com/eclipse/forums/t61618.html

Offline

#5 2007-06-28 13:47:40

amaumont
Talend team
Registered: 2006-09-20
Posts: 471

Re: Big job, talend slow ...

On Windows, you can also set arguments directly in the link property, add at end of "Target" field (file path of Talend) the vm arguments such as :

[...]\TalendOpenStudio.exe -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m

Offline

#6 2007-06-28 14:30:14

rZida
Member
Registered: 2007-06-16
Posts: 34

Re: Big job, talend slow ...

UUUUaaaaaUUUU

Now talend works fine, fast, stable tongue and no more Java Heap Space messages tongue

Tks a lot !!!

Zida

Offline

#7 2007-07-05 15:58:11

mhelleboid
Talend team
Registered: 2006-09-20
Posts: 85

Re: Big job, talend slow ...

From version 2.1.0RC1 you can tune the memory allocation for your JVM, please have a look at http://talendforge.org/wiki/doku.php?id … tion_guide

Offline

Board footer

Powered by FluxBB