Skip to content

Commit

Permalink
Add quota for Replay service (#647)
Browse files Browse the repository at this point in the history
<!--
A good PR should describe what benefit this brings to the repository.
This description of the PR will be used as the commit message when
merging it.
Ideally, there is an existing issue which the PR address.

Please check the [Contributing
guide](https://docs.egi.eu/about/contributing/)
for style requirements and advice.
-->

# Summary

<!-- Describe in plain English what this PR does. -->

Just adding the quota for the service

---

<!-- Add, if any, the related issue here, e.g. #6 -->

**Related issue :**
  • Loading branch information
enolfc authored Apr 11, 2024
1 parent fba5cb6 commit beb42ad
Showing 1 changed file with 5 additions and 2 deletions.
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)

1 comment on commit beb42ad

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (2)

edu
screenshot

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:EGI-Federation/documentation.git repository
on the main branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/EGI-Federation/documentation/actions/runs/8644460118/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (11) from .github/actions/spelling/expect.txt and unrecognized words (2)

Dictionary Entries Covers Uniquely
cspell:aws/aws.txt 218 1 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:aws/aws.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.