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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quota for Replay service #647

Merged
merged 2 commits into from
Apr 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions content/en/users/dev-env/replay/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ Before using the service, you need to have an EGI account and be a member of
(alias Virtual Organisations). Follow the instructions on the
[EGI Replay login page](https://replay.notebooks.egi.eu) for access.

The default capacity allocated for users includes up to **4 vCPU cores and 6GB
of RAM** for every user.

## Creating a Binder repository

Replay starts from a code repository that contains the code or notebook you’d
Expand Down Expand Up @@ -128,7 +131,7 @@ an error like shown in the screenshot:

![Launch Error](launch-error.png)

In that case, you can either stop your existing server or connect to it from your
[Replay JupyterHub home](https://replay.notebooks.egi.eu/hub/home):
In that case, you can either stop your existing server or connect to it from
your [Replay JupyterHub home](https://replay.notebooks.egi.eu/hub/home):

![Replay JupyterHub home](replay-hub-home.png)
Loading