LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-04-2005, 07:30 PM   #1
Erik_the_Red
Member
 
Registered: Jun 2003
Location: Georgia
Distribution: Arch
Posts: 113

Rep: Reputation: 15
Even lighter browser than Firefox?


Firefox seems to like to eat up RAM on my already RAM-meager computer.

Are there any even lighter browsers than Firefox?
 
Old 06-04-2005, 07:43 PM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Quote:
Originally posted by Erik_the_Red
Firefox seems to like to eat up RAM on my already RAM-meager computer.

Are there any even lighter browsers than Firefox?
I think this is as lighter as you can go with a fully featured browser. By that, I mean, capable of running java applets, flash, etc. You may also try something like dillo:

http://www.dillo.org/

Some peoples say that Opera is a faster browser. I don't think so, but it's up to you to decide

Indeed, you could also go totally command line with lynx or links2. Links2 can also run graphically.

Regards!

Last edited by Mega Man X; 06-04-2005 at 09:32 PM.
 
Old 06-04-2005, 07:45 PM   #3
ctkroeker
Senior Member
 
Registered: May 2005
Posts: 1,565
Blog Entries: 1

Rep: Reputation: 50
Quote:
Originally posted by Megaman X
I think this is a lighter as you can go with a fully featured browser. By that, I mean, capable of running java applets, flash, etc. You may also try something like dillo:

http://www.dillo.org/

Some peoples say that Opera is a faster browser. I don't think so, but it's up to you to decide

Indeed, you could also go totally command line with lynx or links2. Links2 can also run graphically.

Regards!
I agree!
 
Old 06-04-2005, 09:22 PM   #4
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
You might try Konqueror, since it's probably already on your system.
 
Old 06-04-2005, 09:28 PM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Galeon is a little lighter on ram than Firefox. You can also change the amount of ram Firefox uses for cache or even disable it so it only caches to disk.

To disable caching to ram open about:config then look for browser.cache.memory.enable toggle it to false.

To change the amount of ram caching uses change the value of browser.cache.memory.capacity

A lot also depends of the extensions and themes you are using. Try running Firefox with a clean profile:
On Linux or Mac, start Firefox with the the -profilemanager switch, e.g. ./firefox -profilemanager (this assumes that you're in the firefox directory).
 
Old 06-04-2005, 09:30 PM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Quote:
Originally posted by rickh
You might try Konqueror, since it's probably already on your system.

Not on Ubuntu is runs a GNOME desktop with Nautilus. But it should have Galeon and/or Epiphany.
 
Old 06-04-2005, 11:21 PM   #7
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
The memory statistics in Linux can be misleading if you do not know how to read them. There is a utility that does take out the guess work. It is called pmap. Type pmap -d pid_of_program | tail -n1.

Firefox takes about 28 MB of memory (I think) but I downloaded a binary version (It may have been compiled as static) instead of compiling in Gentoo. Mozilla uses about 17 MB and I think it was compiled using shared libraries. Probably if I download and compile Firefox with shared libraries, it may take less memory.

The difference between static and share programs during loading. Static programs already contain all the libraries, but they consume more memory. Shared programs do not have any libraries built-in, so they have to load or check the libraries if they are loaded before running itself. Usually shared programs will be slow when first being used. After the second time used, shared programs loads quicker.

Konqueror being lightweight, are you kidding me.
 
Old 06-04-2005, 11:28 PM   #8
PerfectReign
Member
 
Registered: Apr 2005
Location: Los Angeles
Distribution: openSUSE / Ubuntu
Posts: 294

Rep: Reputation: 33
Re: Even lighter browser than Firefox?

Quote:
Originally posted by Erik_the_Red
Firefox seems to like to eat up RAM on my already RAM-meager computer.

Are there any even lighter browsers than Firefox?
IE?

What's your ram? Also, what's your distribution? Are you running a window manager or a full desktop? All these factors come into play.
 
Old 06-05-2005, 12:11 AM   #9
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Firefox on my system. SO how much ram is it actually using?
pmap -d 17677 | tail -n1
mapped: 136388K writeable/private: 103992K shared: 576K

Debian Sid 512mg DDRram
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
firefox browser not working hspk Red Hat 9 02-19-2007 04:36 PM
Firefox as a Default browser tulip4heaven Linux - General 2 04-23-2005 06:08 AM
firefox default browser charnel Linux - Newbie 4 03-16-2005 06:12 PM
browser other than firefox idogl Linux - Software 7 11-24-2004 02:17 PM
FireFox as default browser lcdial Linux - Software 19 09-12-2004 11:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration