moveit2_tutorials
moveit2_tutorials copied to clipboard
Low memory tip for building
[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