mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Document our minimum RAM requirement
This commit is contained in:
@@ -29,7 +29,10 @@ def run_systemd_image(image_name, container_name):
|
||||
'--mount', 'type=bind,source=/sys/fs/cgroup,target=/sys/fs/cgroup',
|
||||
'--detach',
|
||||
'--name', container_name,
|
||||
'--memory', '768M', # This is the minimum VM size we support
|
||||
# This is the minimum VM size we support. JupyterLab extensions seem
|
||||
# to need at least this much RAM to build. Boo?
|
||||
# If we change this, need to change all other references to this number.
|
||||
'--memory', '768M',
|
||||
image_name
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user