Bug 209937 - too much memory consumption when downloading big files
Summary: too much memory consumption when downloading big files
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: Podcast (show other bugs)
Version: 2.2.0
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: 2.3.1
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 02:37 UTC by mtz.inc ..
Modified: 2009-11-25 12:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mtz.inc .. 2009-10-09 02:37:45 UTC
Version:           2.2.0 (using Devel)
Installed from:    Compiled sources


using amarok 2.2.0

currently, amarok downloads podcasts into memory and then commits them to disk when it has downloaded the whole podcast. 

This is ok if a podcast is 15MB big but its not when a video cast is 500MB. trying to download two videocast each 400+ MB and amarok will  starve everybody else for memory and will freeze for all the time it will take committing the file to disk 

can amarok download the files the way firefox does it? by creating a .part file and write straight to disk?
Comment 1 Bart Cerneels 2009-11-25 12:53:58 UTC
Fixed in v2.2.1-289-ga5801df thanks to Frank Meerkoetter merge request.