-
Notifications
You must be signed in to change notification settings - Fork 91
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
catkin build problem #60
Comments
@wolf943134497 it could be that compilation of pcl_catkin (namely, its pcl_ros package) it running low on RAM, see here. How many CPU cores does your machine have? Try limiting the number of parallel jobs via the -j flag to something that is way lower that your total number of cores. |
@margaritaG Thank you for your feedback! |
@wolf943134497 Did you try |
@margaritaG Thanks your suggestions! It works after trying -j1 - 11 |
Hi @margaritaG Thanks for your great works!
I have a strange problem, when I run catkin build -j12, the package can not build success! The build process hang long time! the runtime is 7 hours 42 minutes and 50.9 seconds total. no error log In process.
17 of 24 packages succeeded.
any suggestion?
Thanks!
The text was updated successfully, but these errors were encountered: