moveit2_tutorials icon indicating copy to clipboard operation
moveit2_tutorials copied to clipboard

Low memory tip for building

Open Jakeisthesnake opened this issue 1 year ago • 0 comments

[Disclaimer - I am a complete beginner, so feel free to reject my pull request.]

I was finally able to build the moveit and moveit tutorials packages using: MAKEFLAGS="-j4 -l1" colcon build --executor sequential

I am not sure why those make flags worked for me, since as far as I could tell from documentation, --executor sequential limits the build to one job at a time. But it worked for me, so I thought I would post it in case anyone else finds it helpful.

Description

Please explain the changes you made, including a reference to the related issue if applicable

Checklist

  • [ ] Required by CI: Code is auto formatted using clang-format
  • [ ] While waiting for someone to review your request, please consider reviewing another open pull request to support the maintainers

Jakeisthesnake avatar Mar 11 '24 19:03 Jakeisthesnake