Summary
When listening to music on deezer.com in, the system allocates more and more memory. If I do not close and reopen the tab after some hours, the memory runs full and the system gets slow and the unresponsive (Before edit, I wrote "system crashed" which was imprecise).
This happens in Falkon and Firefox.
On Windows 11 in Firefox, no such issues occur.
Because it happens in two different browsers on FreeBSD and not on Windows 11 in Firefox, I guess it is related to FreeBSD.
Details on the memory usage (music quality "HiFi")
In the first test, I set the music quaity to "HiFi".
Queried using the following command:
Details on the memory usage (music quality "standard")
In the second test, I set the music quaity to "standard".
Queried using the following command:
Details about the system
It runs on a QEMU VM (machine "Q35-7.1", bios "OVMF")
Next steps
Before I create a bug report, I would be grateful if someone could try to reproduce this issue on deezer.com.
Also if you have an idea what I could check to find the root cause, please let me know!
When listening to music on deezer.com in, the system allocates more and more memory. If I do not close and reopen the tab after some hours, the memory runs full and the system gets slow and the unresponsive (Before edit, I wrote "system crashed" which was imprecise).
This happens in Falkon and Firefox.
On Windows 11 in Firefox, no such issues occur.
Because it happens in two different browsers on FreeBSD and not on Windows 11 in Firefox, I guess it is related to FreeBSD.
Details on the memory usage (music quality "HiFi")
In the first test, I set the music quaity to "HiFi".
Queried using the following command:
ps -aux | grep -E "falkon|QtWeb"
Time | /usr/local/bin/falkon | QtWebEngineProcess: --type=renderer | QtWebEngineProcess: --type=utility --utility-sub-type=audio.mojom.AudioService |
---|---|---|---|
14.26 p.m. (before playing) | VSZ: 901'728 KiB RSS: 416'540 KiB | VSZ: 17'306'984 KiB RSS: 320'856 KiB | not existing |
17.38 p.m. (after playing music for 3 h 12 min) | VSZ: 998'652 KiB RSS: 383'152 KiB | VSZ: 18'907'520 KiB RSS: 1'843'708 KiB | VSZ: 341'952 KiB RSS: 103'592 KiB |
21.39 p.m. (after playing another 3 h 1 min) | VSZ: 997'884 KiB RSS: 204'076 KiB | VSZ: 20'535'512 KiB RSS: 3'327'824 KiB | VSZ: 346'176 KiB RSS: 67'348 KiB |
Details on the memory usage (music quality "standard")
In the second test, I set the music quaity to "standard".
Queried using the following command:
ps -aux | grep -E "falkon|QtWeb"
Time | /usr/local/bin/falkon | QtWebEngineProcess: --type=renderer | QtWebEngineProcess: --type=utility --utility-sub-type=audio.mojom.AudioService |
---|---|---|---|
21.51 p.m. (right after start playing the music) | VSZ: 1'086'952 KiB RSS: 486'004 KiB | VSZ: 17'374'020 KiB RSS: 367'260 KiB | VSZ: 346'176 KiB RSS: 59'204 KiB |
07.57 a.m. (after playing music for 10 h 6 min with std quality) | VSZ: 1'078'760 KiB RSS: 326'192 KiB | VSZ: 17'979'860 KiB RSS: 957'700 KiB | VSZ: 346'176 KiB RSS: 59'144 KiB |
11.35 a.m. (after playing music for another 3 h 38 min) | VSZ: 1'082'856 KiB RSS: 359'852 KiB | VSZ: 18'192'264 KiB RSS: 1'171'920 KiB | VSZ: 346'176 KiB RSS: 591'56 KiB |
Details about the system
uname -mrs
: FreeBSD 13.2-RELEASE amd64It runs on a QEMU VM (machine "Q35-7.1", bios "OVMF")
Next steps
Before I create a bug report, I would be grateful if someone could try to reproduce this issue on deezer.com.
Also if you have an idea what I could check to find the root cause, please let me know!