File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ binderhub:
4747 - ' --DockerEngine.extra_init_args={"timeout":1200}'
4848
4949 LaunchQuota :
50- total_quota : 250
50+ total_quota : 100
5151
5252 # DockerRegistry:
5353 # token_url: "https://2lmrrh8f.gra7.container-registry.ovh.net/service/token?service=harbor-registry"
@@ -100,11 +100,9 @@ binderhub:
100100 - hub.2i2c.mybinder.org
101101
102102 imageCleaner :
103- # disable image cleaner temporarily as it seems to wipe layers before they get pushed
104- enabled : false
105103 # Use 40GB as upper limit, size is given in bytes
106- imageGCThresholdHigh : 40e9
107- imageGCThresholdLow : 30e9
104+ imageGCThresholdHigh : 300e9
105+ imageGCThresholdLow : 100e9
108106 imageGCThresholdType : " absolute"
109107
110108grafana :
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ federationRedirect:
231231 hetzner-2i2c :
232232 prime : true
233233 url : https://2i2c.mybinder.org
234- weight : 60
234+ weight : 20
235235 health : https://2i2c.mybinder.org/health
236236 versions : https://2i2c.mybinder.org/versions
237237 gesis :
You can’t perform that action at this time.
0 commit comments