You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open any system monitor application, take note of the baseline ram usage.
Run miral-shell with x11: WAYLAND_DISPLAY=wayland-99 ./build/bin/miral-shell --enable-x11 true
Run any x11 app. For example xmore
Repeatedly resize the application
Watch as Xwayland's memory usage skyrockets
Even after you stop resizing the application, the memory usage will remain high. Closing the application also doesn’t free the memory. Looking at processes hogging the most memory, it looks like Xwayland is responsible for this. The version which this bug occurs on is 23.2.6.
I was able to reproduce this bug on 2.17 and main.
The text was updated successfully, but these errors were encountered:
That's starting to sound to me like fallout from #2962. That won't help pinpointing the issue, as this was a huge rework that you can't really bisect through.
Testing again, it seems to occur as far back as 2.5.0. So either it's not consistent, explaining why it didn't happen on 2.13 when I first tried it, or it depends on something other than Mir?
Steps to reproduce:
Xwayland
's memory usage skyrocketsEven after you stop resizing the application, the memory usage will remain high. Closing the application also doesn’t free the memory. Looking at processes hogging the most memory, it looks like Xwayland is responsible for this. The version which this bug occurs on is 23.2.6.
I was able to reproduce this bug on 2.17 and main.
The text was updated successfully, but these errors were encountered: