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

loading too much during catkin_make #5

Closed
nurimertvural opened this issue Apr 1, 2017 · 1 comment
Closed

loading too much during catkin_make #5

nurimertvural opened this issue Apr 1, 2017 · 1 comment

Comments

@nurimertvural
Copy link

Hi,
When I try to compile the package, my pc get slower since the processor is loaded too much. I do not know if it is because the package itself or there is a lack of dependency on my computer. During compiling on the screen:
[ 12%] [ 25%] [ 37%] [ 50%] Building CXX object rgbdtam/CMakeFiles/rgbdtam.dir/src/SemiDenseMapping.cpp.o
Building CXX object rgbdtam/CMakeFiles/rgbdtam.dir/src/SemiDenseTracking.cpp.o
Building CXX object rgbdtam/CMakeFiles/rgbdtam.dir/src/DenseMapping.cpp.o
Building CXX object rgbdtam/CMakeFiles/rgbdtam.dir/src/vo_system.cpp.o

and do not process further. Any suggestion?
Thanks

@alejocb
Copy link
Owner

alejocb commented Apr 4, 2017

Hi @nmv45,

This is because your computer is using all possible cores to compile the code. Try this command so that it only uses 3 cores:

catkin_make rgbdtam -j3

I updated the readme to avoid this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants