Skip to content

Option to compile epicscorelibs single-process for low memory machines? #126

@klenze

Description

@klenze

I tried to install softioc on a raspi3 (1GiB) with pip3 as recommended, but the setup system insists on using four processes in parallel, which will then slow down to a crawl when four g++ instances manage to eat all available memory.

Is there a good way to tell pip/setuptools to only use a single thread, like make -j1 would?

I tried pip with --install-option="--jobs=1" but then it does not compile at all.

Or would the recommended way be to compile EPICS manually and then have the softioc autodetect that installation?

Sorry if this question is off topic.

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