From f54ba3da72b23f5a3ed14efce63cbe502a285fd0 Mon Sep 17 00:00:00 2001 From: James Munroe Date: Tue, 3 Dec 2024 13:48:20 -0500 Subject: [PATCH] adjust opensci binder limits --- config/clusters/opensci/big-binder.values.yaml | 6 +++--- config/clusters/opensci/small-binder.values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/clusters/opensci/big-binder.values.yaml b/config/clusters/opensci/big-binder.values.yaml index cf1c8fcfb..6d4069440 100644 --- a/config/clusters/opensci/big-binder.values.yaml +++ b/config/clusters/opensci/big-binder.values.yaml @@ -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: [] diff --git a/config/clusters/opensci/small-binder.values.yaml b/config/clusters/opensci/small-binder.values.yaml index 3a267352d..4f12a8ad4 100644 --- a/config/clusters/opensci/small-binder.values.yaml +++ b/config/clusters/opensci/small-binder.values.yaml @@ -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