How to set maximum number of threads for content transfer in jazz build engine?
Accepted answer
Hi Makson, you can add a build property to the build definition with name "team.scm.maxContentThreads" and give the number of threads as the value. If 0 is given, it uses no background threads (each file fetched in sequence, in the main build loop thread). The default is 10.
Comments
Hi Nick, thanks for your reply, but i found this property is not mentioned in http://www-01.ibm.com/support/knowledgecenter/SSCP65_4.0.6/com.ibm.team.build.doc/topics/r_buildprop.html, is it a hidden built-in property? And any documents about hidden built-in properties?
One other answer
Hi Makson
I couldn't find any specific document, however i see that similar properties are listed in the RTC error messages User response:
https://jazz.net/help-dev/CLMErrorMessages/index.jsp?topic=%2Fcom.ibm.rational.rtc.messages.doc%2FCRRTC3535E.html
Let me know if this helps.
I couldn't find any specific document, however i see that similar properties are listed in the RTC error messages User response:
https://jazz.net/help-dev/CLMErrorMessages/index.jsp?topic=%2Fcom.ibm.rational.rtc.messages.doc%2FCRRTC3535E.html
Let me know if this helps.
Comments
Hi Rohit, thanks for the information, i am just wondering if there are other hidden properties which can improve our build process.
It seems we have accumulated several build and system properties that are missing proper documentation. I've filed Document extra properties (without their own UI) used to control builds (323990)