Comment 17 for bug 1973638

Revision history for this message
Jeremy BĂ­cha (jbicha) wrote :

Before installing the update:
$ grep RSS /proc/`pidof gnome-shell`/status
VmRSS: 323100 kB
after running the 20 screenshots
$ grep RSS /proc/`pidof gnome-shell`/status
VmRSS: 605112 kB

and the size didn't really go down.

After installing gjs 1.72.0-3~ubuntu22.04.2,

$ grep RSS /proc/`pidof gnome-shell`/status
VmRSS: 325388 kB

After the 20 screenshots
$ grep RSS /proc/`pidof gnome-shell`/status
VmRSS: 559232 kB

After waiting a few moments
$ grep RSS /proc/`pidof gnome-shell`/status
VmRSS: 340772 kB

That verifies this bug fix.