LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 10-27-2003, 07:58 AM   #1
rouzbeh
LQ Newbie
 
Registered: Oct 2003
Posts: 4

Rep: Reputation: 0
Red face Memory Problems


Hi all,

Could someone explain to me why one and same application starts multipple time and takes a lot of memory on RedHat 7.3.

Look at my 'top' output below:


4880 rouzbeh 15 0 31992 31M 15308 S 0.0 4.1 1:20 mozilla-bin
4932 rouzbeh 15 0 31992 31M 15308 S 0.0 4.1 0:00 mozilla-bin
4933 rouzbeh 15 0 31992 31M 15308 S 0.0 4.1 0:00 mozilla-bin
4934 rouzbeh 15 0 31992 31M 15308 S 0.0 4.1 0:00 mozilla-bin
4935 rouzbeh 15 0 31992 31M 15308 S 0.0 4.1 0:00 mozilla-bin
4983 rouzbeh 15 0 31992 31M 15308 S 0.0 4.1 0:00 mozilla-bin
4643 rouzbeh 15 0 27052 26M 14596 S 0.0 3.5 0:13 evolution
4647 rouzbeh 15 0 27052 26M 14596 S 0.0 3.5 0:00 evolution
4648 rouzbeh 15 0 27052 26M 14596 S 0.0 3.5 0:00 evolution
4649 rouzbeh 15 0 27052 26M 14596 S 0.0 3.5 0:01 evolution
4650 rouzbeh 15 0 27052 26M 14596 S 0.0 3.5 0:00 evolution
4651 rouzbeh 15 0 27052 26M 14596 S 0.0 3.5 0:00 evolution
4657 rouzbeh 15 0 27052 26M 14596 S 0.0 3.5 0:00 evolution
4875 rouzbeh 15 0 27052 26M 14596 S 0.0 3.5 0:00 evolution
1944 root 6 -10 33752 17M 4704 S < 30.8 2.3 7:12 X
4584 rouzbeh 15 0 14572 14M 7248 S 0.0 1.8 0:01 evolution-excha
4516 rouzbeh 15 0 9896 9892 7096 S 0.0 1.2 0:01 nautilus
4602 rouzbeh 15 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4603 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4605 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4606 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4607 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4608 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4609 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4610 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4611 rouzbeh 15 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4612 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4613 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4614 rouzbeh 15 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4616 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4617 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4618 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4619 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4620 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4623 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4626 rouzbeh 17 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4627 rouzbeh 20 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
4628 rouzbeh 20 0 9896 9892 7096 S 0.0 1.2 0:00 nautilus
1903 root 15 0 9544 9544 2304 S 0.0 1.2 0:03 rcd
 
Old 10-27-2003, 09:04 AM   #2
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Those are instances. Depending on how the application is built more than one instance can be initiated (like with Nautilus and Mozilla). The amount of memory displayed is the total shared memory used by the instance. So if there are five Nautilus instances each displaying 20MB used, the total used is 20MB, not 20x5=100MB.

Håkan
 
Old 10-27-2003, 09:19 AM   #3
yapp
Member
 
Registered: Apr 2003
Location: Netherlands
Distribution: SuSE (before: Gentoo, Slackware)
Posts: 613

Rep: Reputation: 30
Type this to see a tree of processes:
Code:
ps auxf
the KDE also has a nice system guard tool, including task manager that could display the same information.
 
  


Reply



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
Out Of Memory problems. My server is down. Memory logs attached. guarriman Linux - General 7 06-10-2008 07:46 AM
Possible memory problems? prophet621 Linux - General 0 06-25-2004 10:10 AM
2.6.1 and memory problems satanic_linux Slackware 3 02-02-2004 07:31 PM
Help!?! RH 8 Memory Mapping -High Memory-Virtural Memory issues.. Merlin53 Linux - Hardware 2 06-18-2003 04:48 PM
Memory Problems X_EcHo_X Linux - Hardware 3 04-17-2003 01:55 PM

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

All times are GMT -5. The time now is 11:26 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