fc13dbdb91
After the change to track allocations in big chunks (KT-57773), the scheduler no longer had information about how much of the allocated memory was used on live objects, which lead to a lot of extra memory usage (KT-61914). This patch adds the tracking of live objects size to sweeping, which is enough to mitigate the problem. co-authored by Alexander Shabalin ^KT-61914