Skip to content

Commit

Permalink
Merge pull request #3232 from yuvipanda/setup-image-cleaner
Browse files Browse the repository at this point in the history
Specify missed imageCleaner settings
  • Loading branch information
yuvipanda authored Feb 19, 2025
2 parents f86e095 + 7098cda commit 54e65e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54e65e0

Please sign in to comment.