mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Try setting min. req to 1GB of RAM
Now that we only ship prebuilt jupyterlab extensions, maybe this is ok?
This commit is contained in:
5
.github/integration-test.py
vendored
5
.github/integration-test.py
vendored
@@ -29,10 +29,9 @@ def run_systemd_image(image_name, container_name, bootstrap_pip_spec):
|
|||||||
'--mount', 'type=bind,source=/sys/fs/cgroup,target=/sys/fs/cgroup',
|
'--mount', 'type=bind,source=/sys/fs/cgroup,target=/sys/fs/cgroup',
|
||||||
'--detach',
|
'--detach',
|
||||||
'--name', container_name,
|
'--name', container_name,
|
||||||
# This is the minimum VM size we support. JupyterLab extensions seem
|
# This is the minimum VM size we support.
|
||||||
# to need at least this much RAM to build. Boo?
|
|
||||||
# If we change this, need to change all other references to this number.
|
# If we change this, need to change all other references to this number.
|
||||||
'--memory', '1.5G',
|
'--memory', '1G',
|
||||||
]
|
]
|
||||||
|
|
||||||
if bootstrap_pip_spec:
|
if bootstrap_pip_spec:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Memory
|
|||||||
======
|
======
|
||||||
|
|
||||||
Memory is usually the biggest determinant of server size in most JupyterHub
|
Memory is usually the biggest determinant of server size in most JupyterHub
|
||||||
installations. At minimum, your server must have at least **1.5GB** of RAM
|
installations. At minimum, your server must have at least **1GB** of RAM
|
||||||
for TLJH to install.
|
for TLJH to install.
|
||||||
|
|
||||||
.. math::
|
.. math::
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ Let's create the server on which we can run JupyterHub.
|
|||||||
`Next: Configure Instance Details` in the lower right corner.
|
`Next: Configure Instance Details` in the lower right corner.
|
||||||
|
|
||||||
Check out our guide on How To :ref:`howto/admin/resource-estimation` to help pick
|
Check out our guide on How To :ref:`howto/admin/resource-estimation` to help pick
|
||||||
how much Memory / CPU your server needs. You need to have at least **1.5GB** of
|
how much Memory / CPU your server needs. You need to have at least **1GB** of
|
||||||
RAM. The smallest instance that can fit this is a **t3.small**.
|
RAM. The smallest instance that can fit this is a **t3.small**.
|
||||||
|
|
||||||
You may wish to consult the listing `here <https://www.ec2instances.info/>`_
|
You may wish to consult the listing `here <https://www.ec2instances.info/>`_
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Pre-requisites
|
|||||||
|
|
||||||
#. Some familiarity with the command line.
|
#. Some familiarity with the command line.
|
||||||
#. A server running Ubuntu 18.04 where you have root access.
|
#. A server running Ubuntu 18.04 where you have root access.
|
||||||
#. At least **1.5GB** of RAM on your server.
|
#. At least **1GB** of RAM on your server.
|
||||||
#. Ability to ``ssh`` into the server & run commands from the prompt.
|
#. Ability to ``ssh`` into the server & run commands from the prompt.
|
||||||
#. A **IP address** where the server can be reached from the browsers of your target audience.
|
#. A **IP address** where the server can be reached from the browsers of your target audience.
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ Let's create the server on which we can run JupyterHub.
|
|||||||
#. For **Zone**, pick any of the options. Leaving the default as is is fine.
|
#. For **Zone**, pick any of the options. Leaving the default as is is fine.
|
||||||
|
|
||||||
#. Under **Machine** type, select the amount of CPU / RAM / GPU you want for your
|
#. Under **Machine** type, select the amount of CPU / RAM / GPU you want for your
|
||||||
server. You need at least **1.5GB** of RAM.
|
server. You need at least **1GB** of RAM.
|
||||||
|
|
||||||
You can select a preset combination in the default **basic view**.
|
You can select a preset combination in the default **basic view**.
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Let's create the server on which we can run JupyterHub.
|
|||||||
|
|
||||||
#. Give your server a descriptive **Instance Name**.
|
#. Give your server a descriptive **Instance Name**.
|
||||||
#. Select an appropriate **Instance Size**. We suggest m1.medium or larger.
|
#. Select an appropriate **Instance Size**. We suggest m1.medium or larger.
|
||||||
Make sure your instance has at least **1.5GB** of RAM.
|
Make sure your instance has at least **1GB** of RAM.
|
||||||
|
|
||||||
Check out our guide on How To :ref:`howto/admin/resource-estimation` to help pick
|
Check out our guide on How To :ref:`howto/admin/resource-estimation` to help pick
|
||||||
how much Memory, CPU & disk space your server needs.
|
how much Memory, CPU & disk space your server needs.
|
||||||
|
|||||||
Reference in New Issue
Block a user