diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 387db72ac..ce57d4ea5 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -355,10 +355,10 @@ binderhub: imageCleaner: enabled: true - # when 80% of inodes are used, - # cull images until only 40% are used. - imageGCThresholdHigh: 80 - imageGCThresholdLow: 40 + # Use 40GB as upper limit, size is given in bytes + imageGCThresholdHigh: 40e9 + imageGCThresholdLow: 10e9 + imageGCThresholdType: "absolute" jupyterhub: cull: