Bug 425961 - Excesive memory usage for FTP listing
Summary: Excesive memory usage for FTP listing
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: firefox
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Gecko Maintainer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-17 13:57 UTC by Zdenek Kabelac
Modified: 2007-12-18 11:20 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-18 09:45:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
~/.netrc (81 bytes, text/plain)
2007-12-18 11:20 UTC, Jan Kratochvil
no flags Details

Description Zdenek Kabelac 2007-12-17 13:57:07 UTC
Description of problem:
When firefox open page with lots of downloadbable content it eats way toooooo
much memory.

Version-Release number of selected component (if applicable):
firefox-2.0.0.10-5.fc9.x86_64

How reproducible:



Steps to Reproduce:
1. Start empty firefox - check with top virt memory usage.
2. Open
http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os/Packages/
3. See how the memory dissapears in firefox - aroung ~90M
   
BTW - galeon also eats a lot of memory for this task - but at least its more
then 2.5 times faster.

Actual results:


Expected results:
Maybe a bit more reasonable amount of memory consumed for display this amount of
lines and especialy faster (at least galeons shows it's possible).

Additional info:

Comment 1 Martin Stransky 2007-12-18 09:45:41 UTC
Please report this bug at bugzilla.mozilla.org, Thanks.

Comment 2 Jan Kratochvil 2007-12-18 11:20:48 UTC
Created attachment 289880 [details]
~/.netrc

This is where FTP with proper ~/.netrc makes sense.
$ ftp sunsite.mff.cuni.cz
ftp> cd /MIRRORS/fedora.redhat.com/linux/development/x86_64/os/Packages/
250 Directory successfully changed.
ftp> dir *xen*
227 Entering Passive Mode (195,113,15,26,244,52)
150 Here comes the directory listing.
...[very short and fast list]
ftp> get ...
ftp> quit


Note You need to log in before you can comment on or make changes to this bug.