mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Update Amazon docs:
`t2.micro` works but recommend `t3.small`
This commit is contained in:
4
.github/integration-test.py
vendored
4
.github/integration-test.py
vendored
@@ -29,8 +29,8 @@ def run_systemd_image(image_name, container_name, bootstrap_pip_spec):
|
||||
'--mount', 'type=bind,source=/sys/fs/cgroup,target=/sys/fs/cgroup',
|
||||
'--detach',
|
||||
'--name', container_name,
|
||||
# This is the minimum VM size we support.
|
||||
# If we change this, need to change all other references to this number.
|
||||
# A bit less than 1GB to ensure TLJH runs on 1GB VMs.
|
||||
# If this is changed all docs references to the required memory must be changed too.
|
||||
'--memory', '900m',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user