Skip to content

Building with multiple cores quickly depletes RAM #1980

@es20490446e

Description

@es20490446e

If I build with make --jobs="$(nproc)" the system will deplete all its 16GB of RAM and all its SWAP, till it freezes.

If I use make --jobs=$(("$(nproc)" / 2)) it will still use 12GiB of RAM.

I have to resort to use make --jobs=$(("$(nproc)" / 4)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions