-
Notifications
You must be signed in to change notification settings - Fork 692
Reduce memory usage over a long period #2221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From luci...@gmail.com on December 03, 2011 15:14:28 What steps will reproduce the problem?
What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. |
From Gorheled...@gmail.com on May 01, 2012 04:24:37 I think this is a memory leak bug. I beleieve that radio streams are buffered in r.a.m. memory without proper clean up. So if you listen to the same radio stream for a while clementie grows and grows.. As you can't "rewind" radio stream it's quite useless to keep played bits of data in memory. After closing and restarting clementine everything is fine. |
From bwa...@gmail.com on August 03, 2012 18:39:26 I've been getting memory leakish behavior too. With just one album in a playlist, after every song it goes up ~1 mb ram on song change, right now using about 230mb of ram (and I'm not using internet radio, local files) Running arch linux 64 bit. |
From john.maguire on November 15, 2012 08:42:11 Issue 3288 has been merged into this issue. |
From rak...@verifaction.co.za on November 20, 2012 03:56:17 Arch Linux 64 (currently up to date) While playing : What steps will reproduce the problem?
What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Attachment: clementine_pmap.txt |
From Vladimir...@gmail.com on January 21, 2013 06:18:54 The same issue is reported on Alt Linux https://bugzilla.altlinux.org/show_bug.cgi?id=28378 |
From bars...@gmail.com on January 21, 2013 07:13:42 ALTLinux 6.0.2 x32 (branch t6) Radio-online |
From john.maguire on January 21, 2013 07:33:12 Labels: Restrict-AddIssueComment-Commit |
Same here. |
Same here: |
Same here (Clementine eats 1.2 GiB of RAM after 40h of radio listening until I restart it)
|
Same here (have been a long time...).
This issue is marked as fixed and seems be similar, but it keeps existing here. |
From nicol...@openplaces.org on September 08, 2011 16:48:23
I have Clementine 0.7.1 running for two weeks and it is now consuming 1GB of RAM, even if I only have added one playlist of an online radio.
Here is what top displays:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
nicolasm 1682 3.9 14.6 3068380 1125204 ? Sl Aug25 787:36 clementine
After restarting Clementine, it uses only 44MB:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
nicolasm 19062 6.9 0.5 690904 44696 ? Sl 10:46 0:01 clementine
Original issue: http://code.google.com/p/clementine-player/issues/detail?id=2221
The text was updated successfully, but these errors were encountered: