Hey all - seeing the metaflow ui's container slowl...
# ask-metaflow
m
Hey all - seeing the metaflow ui's container slowly increase memory consumption over time, my guess is due to the ui-backend container cache with our usage of parameters and cards because a restart of the pod drops the memory immediately. Any thoughts on settings we could enable to prevent this? I would expect incremental increases rather than a slow memory usage increase every 2-3 days
a
yes - it is the cache that increases the memory consumption - however you can configure limits on the cache to ensure that the pod doesn't fall over.
m
where is that configuration stored?
a
here are the docs that have all the relevant details
m
Thank you!