https://bugs.kde.org/show_bug.cgi?id=489315
Harald Sitter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #16 from Harald Sitter <[email protected]> --- This should be largely resolved. drkonqi only runs a single trace across different instances https://invent.kde.org/plasma/drkonqi/-/tree/3433c67f134c0f41cc000942d24dc2b169061a20/src/backtracegenerator.cpp#L76 each instance constrains their memory profile depending on available memory https://invent.kde.org/plasma/drkonqi/-/tree/3433c67f134c0f41cc000942d24dc2b169061a20/src/systemd/memoryfence.cpp#L147 terminates gdb if the memory pressure becomes too high https://invent.kde.org/plasma/drkonqi/-/tree/3433c67f134c0f41cc000942d24dc2b169061a20/src/systemd/memorypressure.cpp#L147 trace behavior inside gdb is also adapting to available memory to prevent OOM scenarios https://invent.kde.org/plasma/drkonqi/-/tree/3433c67f134c0f41cc000942d24dc2b169061a20/src/systemd/memoryfence.cpp#L127 -- You are receiving this mail because: You are watching all bug changes.
