Skip to content

Commit

Permalink
add total + burst_total numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
kreuzert authored and aseeland committed Oct 10, 2024
1 parent 560eb78 commit bc5ec9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data/jupyter-jsc.fz-juelich.de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,18 @@ resources:
max_server_user: 100
default_cpu: 2
max_cpu: 1024
total_cpu: 9190
burst_total_cpu: 9257
default_cpu_time: 30 min
max_cpu_time: 24 h
default_memory: 96 GB
max_memory: 768 GB
total_memory: 1290384 GB
burst_total_memory: 1304208 GB
default_gpu: 0
max_gpu: 4
total_gpu: 4880
burst_total_gpu: 4908
default_disk: 10 GB
max_disk:
default_persistent_disk:
Expand Down
2 changes: 1 addition & 1 deletion data/jupyter4nfdi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ resources: # Information about available resources on the instance
# Guarantied total amount of memory for the whole Jupyterhub instance
total_memory: 192 GB
# Scaled total amount of memory for the whole JupyterHub instance. Normally not exclusive, depends on other factors.
burst_total_memory: 384 GB
burst_total_memory: 512 GB
# Default number of GPU for a Jupyter server
default_gpu: 0
# Maximum number of GPU for a Jupyter server
Expand Down

0 comments on commit bc5ec9e

Please sign in to comment.