Skip to content

Commit

Permalink
Updated documentation to remove Host Process from job profile. (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
burntyellow authored Sep 25, 2024
1 parent e72a29f commit bdd52ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/snippets/jupyter-teach.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ if you want us to create a custom profile for your class.

![](../_assets/img/jupyter/jupyter-2.png)

The *Host Process* profile will run the Jupyter Notebook on the VM server hosting the JupyterHub
webportal. Our recommendation is that you do not choose *Host Process* but instead select one of the dedicated resources on the Teach
Cluster.
!!! bug "Documentation Update"
~~The *Host Process* profile will run the Jupyter Notebook on the VM server hosting the JupyterHub
webportal. Our recommendation is that you do not choose *Host Process* but instead select one of the dedicated resources on the Teach
Cluster.~~

Due to memory-heavy jobs causing [OOM error](https://en.wikipedia.org/wiki/Out_of_memory) and bringing down JupyterHub, we have
removed the *Host Process* profile and set the *Teach - 6 cores, 3 hours* as the default job profile.

![](../_assets/img/jupyter/jupyter-3.png)

Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
Expand Down

0 comments on commit bdd52ab

Please sign in to comment.