Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading