Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass max_nbytes through parallel_backend #912

Closed
jeremiedbb opened this issue Jul 18, 2019 · 1 comment · Fixed by #1392
Closed

Pass max_nbytes through parallel_backend #912

jeremiedbb opened this issue Jul 18, 2019 · 1 comment · Fixed by #1392

Comments

@jeremiedbb
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants