Lucas Beck
09/24/2021, 2:24 PMKevin Kho
Lucas Beck
09/24/2021, 3:20 PMKevin Kho
Lucas Beck
09/27/2021, 6:39 AMKevin Kho
Kevin Kho
Lucas Beck
09/28/2021, 12:08 PMLucas Beck
09/28/2021, 12:57 PMDaskExecutor
to LocalDaskExecutor
seemed to have done the job. It turns out that I still see the memory increase over time for larger jobs, even with the LocalDaskExecutor
. We want to be able to run 500 + k8s jobs in parallel some times, and in those cases the memory issue happens. To do that we have been setting the scheduler to be on threads and the number of workers to be 500 +. Any ideas on how to tackle the memory increase or solve this in another way, where we can still have the 500 + tasks spinning k8s jobs running in parallel? Ideally we would like to push the number of jobs running in parallel to be up to the tens of thousands some times.
PS:
This is similar to what was reported here:
https://github.com/PrefectHQ/prefect/issues/3966Lucas Beck
09/28/2021, 1:08 PMKevin Kho
Kevin Kho
Kevin Kho
Kevin Kho
Lucas Beck
10/04/2021, 9:29 AMKevin Kho
Lucas Beck
10/05/2021, 7:13 AMKevin Kho
Lucas Beck
10/06/2021, 9:45 AMLucas Beck
10/07/2021, 7:10 AM