Allow Ingest to use submit several scripts in one request without thrashing #53896
Labels
:Core/Infra/Scripting
Scripting abstractions, Painless, and Mustache
>enhancement
Team:Core/Infra
Meta label for core/infra team
Ingest can use many small scripts in a single request, these may cause thrashing and trip compilation limits.
We've increased defaults for these contexts to mitigate the problem, see: #53765 but that is a workaround, not a solution.
We should figure out a way to keep the safety of compilation limits and the performance of compilation caching without thrash when a single request uses many small scripts.
The text was updated successfully, but these errors were encountered: