Cache Management improvements
This release...
- ...changes the way we do cache management (previously called graph cleanup):
- Cache is now considered only the set of image layers that are not currently used.
- Dropped
grootfs.graph_cleanup_threshold_in_mb
BOSH property. - Added
grootfs.cache_size_bytes
instead. - If you are currently setting
grootfs.graph_cleanup_threshold_in_mb
to any value but 0, we recommend converting that value to bytes and providing it togrootfs.cache_size_bytes
instead.
- ...emits new cache management related metric:
grootfs.UnusedLayersSize
.