Skip to content
Snippets Groups Projects
Commit d25fcb4d authored by ale's avatar ale
Browse files

Make runner memory configurable

parent 1d60750e
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
'tmpfs_mode': 0o1777, 'tmpfs_mode': 0o1777,
}, },
] ]
c.Spawner.mem_limit = '16G' c.Spawner.mem_limit = '{{ jupyterhub_runner_mem_limit | default('16G') }}'
# Default to the Notebook UI. # Default to the Notebook UI.
c.Spawner.default_url = '/tree/' c.Spawner.default_url = '/tree/'
# Authentication. # Authentication.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment