Skip to content

Commit 7098cda

Browse files
committed
Specify missed imageCleaner settings
Missed git add follow-up to #3229
1 parent 5620ca8 commit 7098cda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mybinder/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,10 @@ binderhub:
355355

356356
imageCleaner:
357357
enabled: true
358-
# when 80% of inodes are used,
359-
# cull images until only 40% are used.
360-
imageGCThresholdHigh: 80
361-
imageGCThresholdLow: 40
358+
# Use 40GB as upper limit, size is given in bytes
359+
imageGCThresholdHigh: 40e9
360+
imageGCThresholdLow: 10e9
361+
imageGCThresholdType: "absolute"
362362

363363
jupyterhub:
364364
cull:

0 commit comments

Comments
 (0)