Document our minimum RAM requirement

This commit is contained in:
yuvipanda
2019-05-19 13:08:15 -07:00
parent 2c2a4d9b41
commit b259bedab3
6 changed files with 11 additions and 4 deletions

View File

@@ -12,7 +12,8 @@ Memory
======
Memory is usually the biggest determinant of server size in most JupyterHub
installations.
installations. At minimum, your server must have at least **768MB** of RAM
for TLJH to install.
.. math::

View File

@@ -78,7 +78,8 @@ Let's create the server on which we can run JupyterHub.
`Next: Configure Instance Details` in the lower right corner.
Check out our guide on How To :ref:`howto/admin/resource-estimation` to help pick
how much Memory / CPU your server needs.
how much Memory / CPU your server needs. You need to have at least **768MB** of
RAM.
You may wish to consult the listing `here <https://www.ec2instances.info/>`_
because it shows cost per hour. The **On Demand** price is the pertinent cost.

View File

@@ -22,6 +22,7 @@ Pre-requisites
#. Some familiarity with the command line.
#. A server running Ubuntu 18.04 where you have root access.
#. At least **768MB** of RAM on your server.
#. 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.

View File

@@ -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.
#. Under **Machine** type, select the amount of CPU / RAM / GPU you want for your
server.
server. You need at least **768MB** of RAM.
You can select a preset combination in the default **basic view**.

View File

@@ -53,6 +53,7 @@ Let's create the server on which we can run JupyterHub.
#. Give your server a descriptive **Instance Name**.
#. Select an appropriate **Instance Size**. We suggest m1.medium or larger.
Make sure your instance has at least **768MB** of RAM.
Check out our guide on How To :ref:`howto/admin/resource-estimation` to help pick
how much Memory, CPU & disk space your server needs.