allenai / allenai/cached_path

Add cache limits

Đang mở
#258 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Feature request
Ngôn ngữ chính
Python
Star
47
Fork
22
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**Is your feature request related to a problem? Please describe.**
Currently the size of the cache directory can grow unbounded. This can cause problems (e.g. disk full) and require manual intervention (e.g. manually deleting the entire cache directory).

**Describe the solution you'd like**
Add size/age limits to the cache directory and the ability for users to enforce those limits by deleting the least recently used data with a function call. Similar to the "reduce_size" function in joblib.memory ([link](https://joblib.readthedocs.io/en/latest/generated/joblib.Memory.html#joblib.Memory.reduce_size)).

**Describe alternatives you've considered**
A cron job to automatically remove the entire cache direction is a hack and seems like overkill.

**Additional context**
None

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.