astrobee
astrobee copied to clipboard
debuild doesn't fully use all cores when 'catkin build'
Without all cores being fully used debian build is really slow.
Current workaround for this is to:
- start debuild for catkin configs
- stop it when it starts compiling
- do 'catkin clean' do delete previous debian build
- do 'catkin build' (directly issuing a catkin build uses all available resources, which is much faster), wait for completion
- re-run debuild to completion (it will use the previous build instead of doing everything from scratch)