Hi All,Just wanted to know if there is a limit on the number of Job instances that can be created/ can exist concurrent ly for a given workflow?Is there a way to limit the number of job instances.Your responses are much appriciated.RegardsAT
My intension is to have a control on the number of concurrent jobs that can be active at a given point in time. By doing this, I want to control the load on the Wrokflow engine and avoid instances were Teamsite becomes slow or a need arises to admin TS environment.
Hi,I found something related to this in the workflow manual. You can restrict the no of job instances that can be started from the parent workflow through a setting in iw.cfg.[workflow]The maximum depth of nesting allowed for nested jobs (wftask);defaults to 3. Values less than 1 are ignored.wftask_nesting_depth_allowed=3All the above is commented in the iw.cfg and I think one has to uncomment it and set it to the desired value.I havent tried it so the best way is to edit this value and in the parent job, get the value of nested jobs started from the parent to verify it.Thanks,Natasha.
Thanks Natasha! and Ghoti!
I will check the options suggested.
The current environment is TS 6.7.1 on solaris with 8GB of RAM, 4CPU and I was considering suggesting of memory upgrade.
Thanks Natasha! and Ghoti! I will check the options suggested. The current environment is TS 6.7.1 on solaris with 8GB of RAM, 4CPU and I was considering suggesting of memory upgrade. Thanks Again.