Skip to content

wayland: Bump connection buffer size to 1MB

Sebastian Wick requested to merge swick/mutter:wip/wl-connection-size into main
    Let's increase the connection buffer size a bit to avoid killing
    clients which stall just for a few ms when they receive high
    frequency input updates.

Bumping it to even bigger sizes requires more sophisticated handling with GMemoryMonitor / systemd memory pressure (to kill/clients over a threshold when the system is under pressure).

Edited by Sebastian Wick

Merge request reports