Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional tip for limiting number of CPUs #480

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Additional tip for limiting number of CPUs #480

merged 1 commit into from
Jan 3, 2024

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Jan 3, 2024

🦟 Bug fix

Summary

From https://robotics.stackexchange.com/a/97898/31574, colcon uses all available CPU cores when building a single package. Setting MAKEFLAGS="-j 1" would help if users are running out of memory.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

@azeey azeey requested a review from ahcorde as a code owner January 3, 2024 18:02
@azeey azeey merged commit e348e3b into ros2 Jan 3, 2024
8 checks passed
@azeey azeey deleted the azeey-patch-1 branch January 3, 2024 18:23
@ahcorde
Copy link
Collaborator

ahcorde commented Jan 3, 2024

https://github.com/Mergifyio backport humble iron

ahcorde pushed a commit that referenced this pull request Jan 3, 2024
ahcorde pushed a commit that referenced this pull request Jan 3, 2024
ahcorde added a commit that referenced this pull request Jan 4, 2024
Signed-off-by: Addisu Z. Taddese <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
ahcorde added a commit that referenced this pull request Jan 4, 2024
Signed-off-by: Addisu Z. Taddese <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
caguero pushed a commit that referenced this pull request Mar 29, 2024
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants