From bdd52abda502551aecd57a69fc88a24ed4587089 Mon Sep 17 00:00:00 2001 From: Kim Wong Date: Tue, 24 Sep 2024 22:49:14 -0400 Subject: [PATCH] Updated documentation to remove Host Process from job profile. (#69) --- docs/snippets/jupyter-teach.md | 10 +++++++--- mkdocs.yml | 3 +++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/snippets/jupyter-teach.md b/docs/snippets/jupyter-teach.md index d6b3daa..3cba2ae 100644 --- a/docs/snippets/jupyter-teach.md +++ b/docs/snippets/jupyter-teach.md @@ -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) diff --git a/mkdocs.yml b/mkdocs.yml index 762b460..6568d16 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,6 +55,9 @@ markdown_extensions: - admonition - attr_list - md_in_html + - pymdownx.caret + - pymdownx.mark + - pymdownx.tilde - pymdownx.superfences - pymdownx.details - pymdownx.tabbed: