BIBusTKServerMain
processes, which are spawned by the Cognos BI server to run reports.
BIBusTKServerMain
processes that are supported is 8 x 2 = 16. If each BIBusTKServerMain
process takes up 512MB, 16 of them running in parallel would consume 512MB x 16 = 8GB. This is under 12GB, so we are good here.
BIBusTKServerMain
process is multi-threaded and is designed to run 4 reports in parallel. In theory, a report server with 16 BIBusTKServerMain
processes are therefore capable of running 16 x 4 = 64 reports in parallel. In practice, this may not be observed. It all depends on the complexity and size of the report and whether report output are cached. In addition, BIBusTKServerMain
processes in current RRDI and Insight are 32-bit and has a memory constraint of 2GB.