May 8, 2026
9:13 a.m.
On Fri May 8 14:01:06 2026 +0000, Aric Stewart wrote:
I do not think this needs to be multiplier *=2 just multiplier ++ would be more fine grained. With *2 you start at 2, then get 4 then get 8, so at most 3 passes and seems excessive. But again that is just my opinion. I actually prefer \*2 for faster convergence. Since we have increased the buffer size from 1.5 to 2, OOM should only happen in rare cases and for those cases I would want it to resolve quickly.
Maybe we can increase the ceiling to something bigger to get more passes if you prefer? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10612#note_139217