Skip to main content
Last updated on Aug 17, 2025

Overview

Incredibuild for Linux supports Agents (Initiators and Helpers) with as many CPU cores as available. However, a Helper can only be assigned to a single build at any given time. This means that a build that requires X remote cores may be assigned a Helper with more than X cores: the extra cores would not be used by the build and would not be available for other builds. Normally this is not a real problem, as the efficiency and performance gain are sufficient. But, in extreme cases such as machines with 128 cores, this might lead to core under-utilization. There is an option to treat such machines as multiple, separate Helpers, so that each one can be assigned individually. This will increase the CPU core utilization, but might increase the network and disk overhead.

Requirements

The following procedure was tested and is supported, alterations are possible to adapt this to your environment. The Helpers will be running as containers, on host machine installed with:
  • Ubuntu 22.04 LTS
  • Docker v28
Each Helper requires a dedicated IP address, and the procedure uses DHCP-allocated IPs.

Procedure

  1. Install Podman:
  2. Create a Dockerfile: Copy
  3. Get the correct Incredibuild for Linux installation file that matches the version of your Coordinator (replace 4.18.1 with the version that matches your Coordinator): Copy
  4. Build the container image (replace 198.51.100.42 with the IP address or host name of your Coordinator):
  5. Create MACVLAN interface(s) and run the container(s) (replace ens192 with the Ethernet interface connected to the network, and set CONTAINERS to the number of containers you want): Copy
  6. After a short while the new Helpers connect to the Coordinator. You can verify this in the Agents page: