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

jupyter_ai extension ray memory management #217

Closed
messiah1030k opened this issue Jun 8, 2023 · 1 comment
Closed

jupyter_ai extension ray memory management #217

messiah1030k opened this issue Jun 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@messiah1030k
Copy link

Problem

When using the jupyter_ai extension, the memory is used by default around 2GB. (jupyterlab docker image in k8s)
Disabling jupyter_ai extension still does not reduce memory usage. I checked and the ray process is still Running.
Of course, starting jupyterlab in a disabled state reduces memory usage, but I want to reduce memory usage without restarting.

Proposed Solution

  1. Provides a way to set the amount of memory allocated to the ray process
  2. Disabling the jupyter_ai extension also stops the ray process.

Additional context

@messiah1030k messiah1030k added the enhancement New feature or request label Jun 8, 2023
@JasonWeill
Copy link
Collaborator

Closing this because we have migrated from Ray to Dask (#244). If you continue to notice performance issues with the new system, please open a new issue. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants