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?
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.
I’ll do that then. Thanks so much!