David Maxson
12/01/2023, 8:30 PMMarvin
12/01/2023, 8:30 PM~/.prefect/prefect.db
). Reducing the number of logs to avoid overloading the database or setting concurrency limits on some tasks could help manage memory usage. More Info
3. Flow Configuration: The way your flows are configured could also impact memory usage. For instance, if your flow involves a large number of tasks or if the tasks themselves are memory-intensive, this could contribute to high memory usage.
Remember that each flow run is a separate process, and each process has its own memory overhead. If you're running many flows simultaneously, the cumulative memory overhead could be significant.
You might want to consider optimizing your flows or scaling your worker nodes to handle more memory.