I had a problem with parallel compilation. At the end of build.sh file is command
That causes a lot of processes to fire up. When I'm compiling on computer with low memory (actually 2GB), then it runs out of memory. I propose add some limit to parallel compilation like
which should be enough because ORB-SLAM doesn't take that long to compile
I had a problem with parallel compilation. At the end of
build.shfile is commandThat causes a lot of processes to fire up. When I'm compiling on computer with low memory (actually 2GB), then it runs out of memory. I propose add some limit to parallel compilation like
which should be enough because ORB-SLAM doesn't take that long to compile