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
How long is the cache preheating supposed to take?
On 0.21.1 with about 2.8M points.
After a restart I have 4 Sidekiq jobs Cache::PreheatingJob running, taking quite some CPU and about 2-3 GB of RAM. After about 30 minutes it got killed, probably due to RAM usage, and started again 4 Cache::PreheatingJob jobs.
Since no further log output is generated, I can't really tell what or if they are doing anything.
It seems that this is not working correctly in my setup, went back to 0.20.0 for now.
The text was updated successfully, but these errors were encountered:
It seems that it is trying to pre-cache everything. Which is a way too big task on my dataset.
Would you mind adding an option to disable cache preheating?
How long is the cache preheating supposed to take?
On 0.21.1 with about 2.8M points.
After a restart I have 4 Sidekiq jobs
Cache::PreheatingJob
running, taking quite some CPU and about 2-3 GB of RAM. After about 30 minutes it got killed, probably due to RAM usage, and started again 4Cache::PreheatingJob
jobs.Since no further log output is generated, I can't really tell what or if they are doing anything.
It seems that this is not working correctly in my setup, went back to 0.20.0 for now.
The text was updated successfully, but these errors were encountered: