Skip to content

Limit job parallelization to avoid heavy memory usage

Anton Bondarenko requested to merge anton/job_limit into main

Number of parallel jobs suitable for current CI runner configuration not always could be retrieved by standard system utilities. The value need to be hardcoded to avoid unexpected memory usage and could be aligned with current CI resources and configuration.

Signed-off-by: Anton Bondarenko anton.bondarenko@arm.com

Merge request reports