Skip to content

gjs: Listen to GMemoryMonitor::low-memory-warning to trigger GC

Marco Trevisan requested to merge 3v1n0/gjs:memory-monitor into master

As proposed by @ptomato and ack'ed by @pwithnall...

Trigger gc on low memory events, we force it in case the warning indicates a medium or critical level

Merge request reports