Does flower needs everything to be loaded in memory in order to be shown on UI even with persistent mode enabled? #1376
Unanswered
Ayush-Malik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@mher
I am using Flower on a GCP VM. I observed that Flower gets killed with a SIGKILL after it reaches around 220,000 tasks due to an OOM (out of memory) issue.
Does this indicate that Flower needs to load the entire data into memory to display it on the UI?
The documentation states that --max_tasks has nothing to do with Flower's persistent mode. However, when I set --max_tasks=10000, I noticed that the Flower file size does not grow beyond 75-80 MB. If the max_tasks flag has nothing to do with the Flower database file size, shouldn't it keep increasing?
Beta Was this translation helpful? Give feedback.
All reactions