Skip to content

Unlimited parallel compilation #8

@tomas789

Description

@tomas789

I had a problem with parallel compilation. At the end of build.sh file is command

make -j

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

make -j 4

which should be enough because ORB-SLAM doesn't take that long to compile

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions