Reputation: 438
I'm looking for default Talend (I use Talend Open Studio for ESB 6.1.0) configuration. I cannot find it in doc. I need to know this:
1) Default HTTP transport. Is it a standard HTTP (Java I/O) or HTTP-NIO (Java, I/O non-blocking)?
2) Default threds, pool threading etc.
3) Default Java (JVM) parameters (XX:PermSize, XX:MaxPermSize etc).
Maybe someone know where I can find some information about it?
Upvotes: 0
Views: 349
Reputation: 1154
The JVM parameters are set at a studio level but can be overridden at the job level.
You can change at the studio level settings by clicking Window-->preferences. See screen shot for the rest.
Each job can be overridden in the run tab -->advanced settings
Upvotes: 1
Reputation: 2552
For 3), the default parameters are configured in the .ini file linked to the .exe file used to launch the studio.
Here is some more info about it : https://help.talend.com/display/KB/Allocating+more+memory+to+Talend+Studio
I don't have any info regarding your other questions.
Upvotes: 1