Skip to content

Pass max_nbytes through parallel_backend #912

@jeremiedbb

Description

@jeremiedbb

It would be nice to be able to pass the max_nbytes parameter through parallel_backend.

My use case is the following:

with joblib.parallel_backend('backend', max_nbytes=x):
    run some code of a library which will call joblib.Parallel at some point

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