-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
seeland
committed
May 16, 2024
1 parent
658dae0
commit 2cc916b
Showing
1 changed file
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,16 @@ service_url: https://jupyter.nfdi4ing.de | |
support: [email protected] | ||
health_api_url: | ||
documentation_url: | ||
target_group_open_for: Researchers of NFDI4Ing | ||
target_group_open_for: Researchers in Engineering | ||
restricted: true | ||
login_process: Login via Shibboleth (DFN-AAI & eduGAIN federation) | ||
login_process: Login via Shibboleth (DFN-AAI) | ||
features: | ||
version: JupyterHub 1.x (lab view) | ||
programming_languages: ["Python", "Matlab", "Julia", "R"] | ||
version: JupyterHub 4.x, JupyterLab 4.x | ||
programming_languages: ["Python", "Julia", "R"] | ||
environments: [] | ||
environments_info: "" | ||
extensions: [] | ||
proxy_apps: ["Matlab IDE"] | ||
proxy_apps: [] | ||
install: true | ||
shared_folder: false | ||
persistent_storage: true | ||
|
@@ -29,14 +29,14 @@ resources: | |
max_server_user: 1 | ||
default_cpu: 1 | ||
max_cpu: 4 | ||
total_cpu: 40 | ||
burst_total_cpu: 40 | ||
total_cpu: 28 | ||
burst_total_cpu: 28 | ||
default_cpu_time: 1 h | ||
max_cpu_time: 72 h | ||
default_memory: 100 MB | ||
default_memory: 250 MB | ||
max_memory: 4 GB | ||
total_memory: 32 GB | ||
burst_total_memory: 32 GB | ||
total_memory: 500 GB | ||
burst_total_memory: 500 TB | ||
default_gpu: 0 | ||
max_gpu: 0 | ||
total_gpu: 0 | ||
|
@@ -45,5 +45,8 @@ resources: | |
max_disk: 10 GB | ||
default_persistent_disk: 2 GB | ||
max_persistent_disk: 2 GB | ||
total_disk: 2 TB | ||
burst_total_disk: 2 TB | ||
usage: | ||
average_daily_sessions: 1 | ||
# rough estimate based on logs, not yet monitored | ||
average_daily_sessions: 5 |