memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 9398b60e08f07022cf02bb290f36718b1c744eae
parent 84261b1ee602ac17089d3330fe4a56698f820ea0
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 16 Jan 2025 20:13:20 +0100

Keep staring at the void

Diffstat:
Mguides/setups/hardware.org | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/guides/setups/hardware.org b/guides/setups/hardware.org @@ -401,6 +401,25 @@ not overwork it to death? it started fine after the major update, now suddenly im stuck with 40~50 fps with micro sutters — December 6 2024 #+end_quote + +- After AMD drivers & Mesa, figured I could look at vkd3d's issue + tracker. [[https://github.com/doitsujin/dxvk/issues/4436][doitsujin/dxvk#4436]] and + [[ValveSoftware/steam-for-linux#11446]] looked somewhat promising: + reports of lag on "KDE Tumbleweed Wayland", reported not long before + my symptoms began (November 2024)); alas, ~LD_PRELOAD=~ does not + help. + - + #+begin_quote + Alternatively, remove the offending line in =/usr/share/drirc.d/00-radv-defaults.conf= + #+end_quote + + /discovers [[https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/util/00-radv-defaults.conf][=/usr/share/drirc.d/=]]/ + + Computers were a mistake. + +- Peeked at [[https://github.com/HansKristian-Work/vkd3d-proton/blob/master/.github/ISSUE_TEMPLATE/bug_report.md][vkd3d-proton's issue template]] and idly ran with + ~PROTON_LOG=1~. Over the course of 30 seconds or so, the log file + gets flooded with 3MB's worth of =trace:unwind:dump_unwind_info= 🤨 ****** This is insane Selected subset of moving parts; "testability" considering ease of clean reverts: