Skip to content

Commit

Permalink
adjust opensci binder limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jmunroe committed Dec 3, 2024
1 parent 3483778 commit f54ba3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/clusters/opensci/big-binder.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jupyterhub:
cloudMetadata:
blockWithIptables: false
cpu:
limit: 0.25
limit: 4
memory:
limit: 1G
guarantee: 256M
limit: 8G
guarantee: 8G
storage:
type: none
extraVolumeMounts: []
Expand Down
4 changes: 2 additions & 2 deletions config/clusters/opensci/small-binder.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jupyterhub:
node.kubernetes.io/instance-type: r5.xlarge
2i2c/hub-name: small-binder
cpu:
limit: 2
limit: 1
memory:
limit: 4G
limit: 2G
guarantee: 2G
storage:
type: none
Expand Down

0 comments on commit f54ba3d

Please sign in to comment.