Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Cpu Utilization in TOS DI

hi all,
i'm using TOS DI 5.2.2 in linux red hat. In my jobs i'm using following components:
tFileInpuDelimited, tMap, tFileOutputDelimited, tVerticaRow, tMysqlSP, tMysqlOutput, tSortRow, tUniqueRow, tFileExist, tFileList, tFileDelete, tVerticaInput, tVerticaOutput, tMysqlInput, tVerticaConnection, tMysqlConnection.
I have some questions about cpu utilization:
1) What are the major components which will effect our cpu utilization?
2) How to use those components in order to prevent high cpu utilization?

It will be very helpful if u suggest some tips.
Regards,
Akki
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
If you select the option "Store on disk", the lookup data will be stored on a defined path.(D:/file), which will not consume studio memory, disk instead to avoid the outOfMemory Java exception.
Best regards
Sabrina

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi,
There are some cache components consuming studio memory. Such as tMap, tUniqRow, tSortRow. For a large set of data, try to store the data on disk instead of memory.
TalendHelpCenter: OutOfMemory.
Best regards
Sabrina

Anonymous
Not applicable
Author

Hi Sabrina,
Sorry for delay reply. and thanx for your quick reply.
If i give in tMap "store data in disk" whether,
i) data will be stored parmanently??
ii) only during job execution data will be stored??
iii) for only processing it use disk memory??
Regards,
Akki
Anonymous
Not applicable
Author

Hi,
If you select the option "Store on disk", the lookup data will be stored on a defined path.(D:/file), which will not consume studio memory, disk instead to avoid the outOfMemory Java exception.
Best regards
Sabrina
Anonymous
Not applicable
Author

hi sabrina,
Thank you for help. i will mark this topic as resolved.

Regards,
Akki