v.22.9Bug Fix
Fix memory limit issue during ProcessList query insertion
During insertion of a new query to theProcessListallocations happen. If we reach the memory limit during these allocations we can not useOvercommitTracker, becauseProcessList::mutexis already acquired. Fixes #40611. #40677 (Dmitry Novik).