Skip to content

bundle install parallelism issue (19.0.x) #3259

@th-2021

Description

@th-2021

When I run the build on a system with a high core count bundle install fails.
Reducing it to 8 did help.

NCPUS=`nproc`
if (( NCPUS > 8 )); then
       NCPUS=8
fi

exec_as_git bundle install -j"${NCPUS}"

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