[ANSWERED] Best setup for large build hosts

I have a machine with 56 HT cores that I am going to run the agent on.

Is it better to run one agent with DRONE_MAX_PROCS set high or run multiple agents with smaller max procs?

The recommended setup would be a single agent with DRONE_MAX_PROCS set to the max number of concurrent builds you would like to process on the machine.

1 Like

I’ll do that then. Thanks so much!