Increase "cancellation pipe" Count?
Posted: Wed Apr 08, 2015 1:56 pm
Is there an option anywhere to increase the number of "pipe instances"?
We've mostly run into this issue when we have two compiles that are linking and we try to start a third. The third will report the error instead of compiling. I assume that linking holds onto these pipe instances longer than is desired. It is potentially a big issue on a large build automation server where many builds may be running concurrently all sharing the TwineCompile "farm".
Thanks,
Ben
We've mostly run into this issue when we have two compiles that are linking and we try to start a third. The third will report the error instead of compiling. I assume that linking holds onto these pipe instances longer than is desired. It is potentially a big issue on a large build automation server where many builds may be running concurrently all sharing the TwineCompile "farm".
Code: Select all
JomiTech TwineCompile 4.1 - Copyright JomiTech 2014. All Rights Reserved.
Couldn't compile files. Message: Can't create cancellation pipe: (E7) All pipe instances are busy.
C:\Program Files (x86)\JomiTech\TwineCompile\TCTargetsXE7.targets(614,5): error MSB6006: "mtbcc32" exited with code 1.
Ben