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
In the future, the project should consider switching to the RedisCache backend and configuring Redis with the allkeys-lru eviction policy.
This would allow a constrained cache footprint (rather than the open-ended cache size configured in #1).
I don't expect cache growth to be a problem with the current configuration, as the Kubernetes deployment for https://scaife.perseus.org has plenty of disk space available.
The text was updated successfully, but these errors were encountered:
(Builds on #1)
In the future, the project should consider switching to the
RedisCache
backend and configuring Redis with theallkeys-lru
eviction policy.This would allow a constrained cache footprint (rather than the open-ended cache size configured in #1).
I don't expect cache growth to be a problem with the current configuration, as the Kubernetes deployment for https://scaife.perseus.org has plenty of disk space available.
The text was updated successfully, but these errors were encountered: