One of the steps in cookit is calculating similar recipes. This is what you can see on the left on the recipe page like this For the sake of clarity and manageability it’s scheduled as separate Hangfire jobs. Because cookit is running 5 workers, so similarities are calculated for 5 websites concurrently. The process uses cosine similarity, so it allocates a huge list at start and calculates similarities. A very CPU heavy operation. So some time after triggering all recipes recalculation I saw this in...
Strona głównaInne
Inne 3202 dni, 14 godzin, 52 minuty temu 99 pokaż kod licznika zwiń
Podobne artykuły:
- [EN] Debugging high memory usage. Part 1 - ProcDump – IndexOutOfRange
- [EN] Measure your CPU & RAM usage with performance watcher | Piotr Gankiewicz
- Procmon call stack, czyli symbole a narzędzia Sysinternals
- git log - optymalizacja - Norbert Rozmus
- Improving Azure Functions performance - Szymon Kulec @Scooletz
- Blog Maksymiliana Mulawy: Jak zmierzyć wydajność zapytania w MS SQL Server?
- The batch is dead, long live the smart batch | Szymon Kulec `Scooletz`
- Enzyme: eksperymentalny serializator dla .NET | Szymon Kulec `Scooletz`
- [EN] C# LINQ Performance Tips #5 - Skip & .NET Runtimes - YouTube
- How to run BenchmarkDotNet in a Docker container
- Linq - optymalizacja Single oraz Last - Norbert Rozmus