From bb1ca71158ef2e47384212537e70a87f4d4a9d65 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Wed, 10 Jul 2024 10:29:40 -0400 Subject: [PATCH] JupyterHub Collab Extension is Broken --- machines/kcnhub/servers/jupyterhub.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/kcnhub/servers/jupyterhub.nix b/machines/kcnhub/servers/jupyterhub.nix index 0c84eb8..d5d9c06 100644 --- a/machines/kcnhub/servers/jupyterhub.nix +++ b/machines/kcnhub/servers/jupyterhub.nix @@ -133,7 +133,7 @@ # Configuration options defined ^ # mem_limit must be higher to allow for MATLAB extraConfig = '' - c.SystemdSpawner.mem_limit = '8G' + c.SystemdSpawner.mem_limit = '32G' c.SystemdSpawner.cpu_limit = 2.0 c.SystemdSpawner.isolate_devices = False c.SystemdSpawner.extra_paths = [ @@ -164,7 +164,7 @@ jupyterhub jupyterlab # Extensions: - jupyter-collaboration + # jupyter-collaboration jupyter-server-mathjax jupyter-console jupyterlab-lsp