Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump memory again for integration tests #630

Merged
merged 1 commit into from
Nov 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/integration-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_systemd_image(image_name, container_name, bootstrap_pip_spec):
# 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', '1.15G',
'--memory', '1.5G',
]

if bootstrap_pip_spec:
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/admin/resource-estimation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Memory
======

Memory is usually the biggest determinant of server size in most JupyterHub
installations. At minimum, your server must have at least **1.15GB** of RAM
installations. At minimum, your server must have at least **1.5GB** of RAM
for TLJH to install.

.. math::
Expand Down
2 changes: 1 addition & 1 deletion docs/install/amazon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ 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. You need to have at least **1.15GB** of
how much Memory / CPU your server needs. You need to have at least **1.5GB** of
RAM.

You may wish to consult the listing `here <https://www.ec2instances.info/>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/install/custom-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pre-requisites

#. Some familiarity with the command line.
#. A server running Ubuntu 18.04 where you have root access.
#. At least **1.15GB** of RAM on your server.
#. At least **1.5GB** 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/install/google.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. You need at least **1.15GB** of RAM.
server. You need at least **1.5GB** of RAM.

You can select a preset combination in the default **basic view**.

Expand Down
2 changes: 1 addition & 1 deletion docs/install/jetstream.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +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 **1.15GB** of RAM.
Make sure your instance has at least **1.5GB** 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.
Expand Down