Skip to content

Specify the number of processes/cpus when use_mp is true #605

@vergauwenthomas

Description

@vergauwenthomas

Now the number of cpus is always the max available: num_cpus = os.cpu_count() which can cause memory issues.

Give the user the flexibility to specify the number of processes/cpu's.
This argument must be specified whenever use_mp is present, the default is the os.cpu_count()

Metadata

Metadata

Assignees

No one assigned

    Labels

    easytechnicalAn issue related to the code, the functionality to the end-user will not be affected

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions