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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Alpha549
Creator II
Creator II

Talend ESB Runtime : number of CPU

Hello everyone,

I'm using ESB Open Studio version.

When a REST endpoint is deployed, is a new thread created for each request ?

If it's the case, this means that a machine with at least 2 or 3 CPU should be used, to be effective, isn't it ?

How many CPU should a typical server have ?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

If you have two services on the machine that runs runtime server, which once started, each one will launch a Java Platform SE Binary application.

Best regards

Sabrina

View solution in original post

5 Replies
Anonymous
Not applicable

Hello,

Is your CPU usage very high for runtime server?

Here is online documentation about hardware requirements for talend open studio ESB and runtime server

https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-esb-windows/memory-usage

You could augment the JVM RAM usage and the Memory usage of JVM on file SETENV.BAT located in (runtime folder)/Container/bin

For more information, please have a look at this documentation:

https://help.talend.com/reader/AskO0G1x~W7LBNnA0laezg/xvOJQ5RZlaiUOuL6zMYdFg

Best regards

Sabrina

Alpha549
Creator II
Creator II
Author

Hello @Xiaodi Shi​ ,

 

Thank your for your answer.

 

I don't know if my CPU usage will be very high. This server will be the reference for our local APIs.

Currently there is not a high usage but I don't know for the future. I'll adapt according to the needs.

 

The only thing I need to know is : does a tRestRequest requests create a new thread to be processed (I mean, another thread so as not to be blocking for other currently processed requests) ?

 

 

Anonymous
Not applicable

Hello,

If you have two services on the machine that runs runtime server, which once started, each one will launch a Java Platform SE Binary application.

Best regards

Sabrina

Alpha549
Creator II
Creator II
Author

Hello Sabrina,

 

Thank you a lot for your answer.

 

This topic is now solved ! 🙂

See you soon, as I ask a lot of questions !

Anonymous
Not applicable

Hello,

Don't hesitate to post your issue on Community and feel free to let us know if there is any further help we can give.

Best regards

Sabrina