How do I tell colcon to tell cmake to tell make --jobs?
Here's something that saturates all 12 of my available cores:
colcon build --parallel-workers=3
How do I tell colcon build
to use at most three cores at any given time?