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

Docs about RAM choices for instructors #39

Open
consideRatio opened this issue Jul 20, 2020 · 0 comments
Open

Docs about RAM choices for instructors #39

consideRatio opened this issue Jul 20, 2020 · 0 comments

Comments

@consideRatio
Copy link
Member

  • Instructors can suggest a memory profile for users to save compute resources depending on what kind of requirements they guess they will have for the tutorial
  • What memory shortage will lead to
    • Always something like process termination by Linux inside our container
    • Note the case for us, but... if we had configured a memory limit higher than our memory request in k8s for the container, the entire container may get forced to shut down.
  • How to gauge your own memory requirements?
    • JupyterLab status bar in the lower left corner
      memory-in-statusbar
    • top
  • What consumes memory?
    • Each notebook which is open is a kernel, and each kernel consumes memory depending on what has been run in it. Avoid running notebooks in parallel to optimize memory.
@consideRatio consideRatio changed the title Docs about memory for instructors Docs about RAM choices for instructors Jul 20, 2020
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

No branches or pull requests

1 participant