You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jobs/rep/spec
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,9 @@ properties:
147
147
diego.executor.max_cache_size_in_bytes:
148
148
description: "maximum size of the cache in bytes - this should leave a healthy overhead for temporary items, etc."
149
149
default: 10000000000
150
+
diego.executor.min_cache_partition_free_bytes:
151
+
description: "Minimum free space in bytes that must remain on the disk where the download cache lives. When actual disk free space falls below this threshold, the cache deletes old downloaded files to recover space. Set to 0 to disable this behavior."
152
+
default: 5368709120
150
153
diego.executor.use_schedulable_disk_size:
151
154
description: "Use total space available to containers reported by Garden. If false the total size of image plugin store minus max_cache_size_in_bytes is used."
Copy file name to clipboardExpand all lines: jobs/rep_windows/spec
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,9 @@ properties:
129
129
diego.executor.max_cache_size_in_bytes:
130
130
description: "maximum size of the cache in bytes - this should leave a healthy overhead for temporary items, etc."
131
131
default: 10000000000
132
+
diego.executor.min_cache_partition_free_bytes:
133
+
description: "EXPERIMENTAL: Additional memory allocated to each container for the envoy proxy. This must not be negative. Currently doesn't work on windows cells but left here for compatability with the linux Rep."
134
+
default: 5368709120
132
135
diego.executor.use_schedulable_disk_size:
133
136
description: "Use total space available to containers reported by Garden. If false the total size of image plugin store minus max_cache_size_in_bytes is used."
0 commit comments