Why use so much memory?!

I am using Java Desktop on Solaris 10. The Sun Blade150 machine has 768M physical memory and more than 400M is used before I start anything other than mozilla! That's more than double than any windows machines I have ever used.
I just joined this company and I have to use this machine as my workstation. It's sounds crazy to me!!!
Can I shut down anything below? Thanks.
Jirong
PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
423 jh156661 1 42 0 64M 49M run 58:34 5.36% Xsun
824 jh156661 7 49 0 138M 76M sleep 28:56 3.63% mozilla-bin
681 jh156661 1 59 0 70M 20M sleep 4:47 1.10% metacity
703 jh156661 2 49 0 77M 19M run 22:16 0.71% gnome-terminal
712 jh156661 1 59 0 3320K 1424K cpu 14:15 0.25% top
697 jh156661 1 49 0 67M 12M sleep 11:50 0.23% gnome-netstatus
695 jh156661 1 49 0 68M 14M sleep 1:00 0.20% wnck-applet
679 jh156661 1 59 0 10M 4328K sleep 0:24 0.11% gnome-smproxy
2110 jh156661 13 49 0 69M 24M run 1:08 0.09% java
685 jh156661 5 59 0 74M 21M sleep 0:44 0.09% nautilus
683 jh156661 1 59 0 77M 23M sleep 1:14 0.08% gnome-panel
699 jh156661 1 49 0 66M 12M sleep 2:38 0.05% mixer_applet2
641 jh156661 1 59 0 6992K 3672K sleep 0:27 0.03% xscreensaver
527 jh156661 1 59 0 2688K 1480K sleep 1:23 0.02% xautolock
568 jh156661 1 59 0 2544K 840K sleep 0:04 0.02% dsdm
693 jh156661 1 49 0 66M 12M sleep 0:16 0.01% clock-applet
7 root 13 59 0 10M 3824K sleep 0:40 0.01% svc.startd
687 jh156661 2 59 0 9536K 5520K sleep 0:22 0.01% gnome-vfs-daemo

How are you measuring windows memory usage? You might be comparing apples to oranges. The SIZE column from prstat includes virtual memory mapped by shared libraries so if you have several processes sharing the same library this memory is counted more than once. GNOME applets/applications make heavy use of shared libraries, but they also have been known to be more resource intensive than they need to be If you're concerned about memory usage, try removing:
gnome-netstatus; That blinking network applet
mixer_applet2; If you don't need sound, remove the volume control
xscreensaver:
pmap -x <pid> gives a good indication of where a process's memory is being used.

Similar Messages

  • I want to ask something about firefox. why firefox use very much memory? can you develop to reduce memory comsume? this problem is very distrub in my PC with low memory.

    I want to ask something about firefox.
    why firefox use very much memory?
    can you develop to reduce memory comsume?
    this problem is very distrub in my PC with low memory.
    == This happened ==
    Every time Firefox opened

    How much memory is Firefox using right now?
    # Press '''CTRL+SHIFT+ESC''' to load the Task Manager window
    # Click the Processes tab at the top. (Click once near the top of the window if you don't see tab
    # Find firefox.exe, and see how many kilobytes of memory it's using.
    Showing around 80MB when Firefox first starts is normal. Right now, I have 75 tabs open and it's using 500MB - this varies a lot depending on what you have in the tabs.
    Other than high memory usage, what other problems are you experiencing? (Examples include slowness, high CPU usage, and failure to load certain sites)
    Many of these issues, including high memory usage, can be caused by misbehaving add-ons. To see if this is the case, try the steps at [[Troubleshooting extensions and themes]]. Outdated plugins are another cause of this issue - you can check for this at http://www.mozilla.com/plugincheck

  • Why does my laptop give me a warning saying that firefox is using too much memory and to restart firefox to be more efficient? I just bought this laptop so I know it has the power to run what I need it to.

    Why does my laptop give me a warning saying that firefox is using too much memory and to restart firefox to be more efficient? I just bought this laptop so I know it has the power to run what I need it to.

    You appear to have AVG installed:
    *See --> http://forums.avg.com/ww-en/avg-forums?sec=thread&act=show&id=173969#post_173969
    From reading on the internet, it appears that when there is a spike in memory usage, AVG "interprets" that as a memory leak, possibly caused by malware. AVG could be incorrect concerning that assumption. Maybe they are being a bit too conservative about memory usage; just my opinion.
    The decision is yours to turn off the "advisor" or leave it on.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *'''''Adobe PDF Plug-In For Firefox and Netscape''''': [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Why does AVG keep telling me Mozilla is using too much memory?

    Why does AVG keep telling me that Mozilla is using too much memory and I have to close and reopen the program?

    the Advisor is just telling you the same thing you can see for yourself in the Task Manager; I can open firefox with only a few tabs and then watch the memory usage skyrocket when Firefox should be doing nothing - after a couple of hours it will get up to as high as 1.5GB before it completely hangs and I have to end the process in Task Manager, and this does this with all extensions disabled and in Safemode.

  • Why does the JRE use so much memory?

    I know this question has been asked a million times in one form or another but I have not seen a complete answer yet. When I compile and run the following code under WindowsXP pro, it appears that the JRE is using 3.1MB or RAM. When I run a similar program using C++ the program only uses 630k.
    public class HelloWorld
    public static void main(String args[])
    System.out.println("Hello World");
    Why 3MB to show "HelloWorld"? I love Java, it is much easier and more enjoyable to develop with but our applications appear to use large amounts of memory. I realize that making calls to the runtime object to check the amount of "heap" memory we are using will probably show much less memory being used but Task Manager shows 3MB. It is sometimes hard to convince my fellow developers of he benefits of Java when there are strange issues like this.
    Thanks in advance

    Java uses that much memory because every time you start a Java program, even this small, it loads into RAM the whole Java Virtual Machine. Which is itself a very large C++ program - on the order of several hundred thousand lines. Compare that to your C++ HelloWorld program - and you see the reason for a difference...
    So a real question is, is it possible to write a modern Java VM such that it uses space proportional to the size/complexity of the Java program that it executes. Partially that's possible - for example I understand that say native GUI libraries are separate from the main JVM dll, so when you don't use AWT/Swing, you don't waste space with related native code. However, for the core JVM it's probably very difficult to separate parts of functionality such as the interpreter, the dynamic compiler, the runtime system, the garbage collector, the serviceability stuff, etc. They are very interdependent, and thus, probably unless you have this goal from the beginning (and ready to sacrifice some performance/maintainability for it), you can't do that.
    There exist, however, a bunch of other JVMs of all sizes, say those used in mobile phones (or even smart cards!), that consume a lot less memory. They, however, typically implement only a subset of the full Java functionality. On the other hand, the HotSpot VM that comes with Sun's JDK, that you probably use, is a full-fledged JVM that implements everything, can be used for huge server apps, etc. - no wonder its minimum memory consumption is a few megs.

  • Every time I load my igoogle home page opening firefox, it opens it in two tabs instead of one, and then AVG tells me firefox is using too much memory and I should close and reopen it; Why

    I open firefox using my igoogle home page and immediately it opens two igoogle tabs on top instead of just one how do I stop it from opening the second one? and then after about two minutes AVG tells me firefox is using too much memory slowing my machine and tells me to close and reopen fire fox...how do I fix that?

    Make sure that Firefox closes properly and that that there are no longer Firefox or plugin-container processes left on the Processes tab in the Task Manager. Otherwise session restore will reopen the page(s) from the previous session.
    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * https://support.mozilla.com/kb/Firefox+hangs

  • Why does Firefox keep telling me that it is using too much memory, (eg: 235MB) and I should restart Firefox?

    Lately Firefox has been popping up a warning while I am on the internet saying, that "Firefox" is using too much memory. It suggests shutting down Firefox and restarting Firefox. It also told me how much memory that is in use at that time. It is usually about 235MB or more. What is normal memory use for Firefox to use while I am on the internet? Does high usage mean that some other person is trying to get into my computer?

    You appear to have AVG installed:
    *See --> http://forums.avg.com/ww-en/avg-forums?sec=thread&act=show&id=173969#post_173969
    From reading on the internet, it appears that when there is a spike in memory usage, AVG "interprets" that as a memory leak, possibly caused by malware. AVG could be incorrect concerning that assumption. Maybe they are being a bit too conservative about memory usage; just my opinion.
    The decision is yours to turn off the "advisor" or leave it on.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *'''''Adobe PDF Plug-In For Firefox and Netscape''''': [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • OIM 11g using too much memory and not releasing it when shutting down

    Hello,
    we have a problem with OIM 11g using too much memory (about 5gb) and it's not releasing it at shutdown (4gb still used).
    We are using a VM with RedHat Linux 5.6. Originally we had 4gb RAM + 2gb swap file. We installed Admin Server, OAM, OIM and SOA on that machine but quickly realised we couldn't run all 4 programs at once in 6gb. AdminServer could run with 2 other products, but it was a tight fit in memory.
    So we increased the RAM to 8gb (still 2gb swap file). But then our problem occured : I start the Admin Server (2.7gb total memory used), then OAM (4.6gb total memory used) and then OIM. After it started the server is now using 9.6gb of memory (~300mb of free memory) ! The problem gets even better : after I shut down everything (OIM, OAM, admin server) the "top" command show that there is still 4gb of memory used even tho nothing else is running on the server ! There is absolutely no other process (other than root stuff) running and no other users connected to the machine. After a reboot, it shows 400mb of memory used. I tried restarting the programs and it did the same thing.
    Our intuition is that there might be a memory leak or some bug in OIM that might use up almost all the free memory and it's not releasing it upon shutdown. It might have been there before we increased the memory but have not noticed it since memory was already tight.
    Anyone encountered the same problem ? Any idea ? Any suggestion to narrow down the problem ?
    Thank you

    You can adjust the memory settings for WLS by editing the setSOADomainEnv.sh file that can be found in your /middleware/user_projects/domains/<domain>/bin/ folder. There is an argument called PORT_MEM_ARGS which is used to set your Java memory arguments. This way you can decrease/increase the amount of memory used by each managed server.
    I usually type "ps -ef | grep oracle" to see what processes are running by the oracle user. This way the output doesn't get cluttered with root processes.
    Sunny Tsang

  • IconServicesAgent uses too much memory lately

    Hello. I am using Mavericks for 2.5 months and I think com.apple.IconServicesAgent uses too much memory lately. I tried to uninstall TotalFinder but did not help.
    My Task Manager : http://i.imgur.com/QPJcDiz.png
    My Login Items are : http://i.imgur.com/XikROsh.png
    And all of my installed apps : http://i.imgur.com/ode6bZ8.png

    So nobody knows?

  • Firefox use too much memory

    Hi
    I had this problem one weak ago, I did all suggestion that this link said and it didn't help:
    https://support.mozilla.org/ar/kb/firefox-uses-too-much-memory-ram#w_disabling-memory-consuming-plugins
    I don't have many taps oppened only 47 taps.
    My firefox now usiing 2GB ram, can anyone help me how to fix it?
    Thank you

    Hello,
    Can you please follow the instructions in the ''Memory troubleshooting tools'' section of the [[Firefox uses too much memory (RAM) - How to fix]] support article and provide the about:memory section details in this ticket. We can take a look at it and suggest possible options.
    Thank you

  • 4.0 firefox is using to much memory

    Since I upgraded to FF4.0 it acts like it was running another program in the background. it will lock up and turn the page view to a white overlay and will not react to a mouse command anywhere, not even let you out of that page. it does it with any thing you try to open but not all the time. yesterday my AVG anti virus put up a dialog box that said FF was using to much memory (1 GB). How do I correct it? I am sick of having to reboot to try and use it. I was very happy with the old Firefox . THi version Stinks. Thanks RAY Menzel

    Firefox 7 was released today and greatly reduces [https://hacks.mozilla.org/2011/09/firefox-7-is-lean-and-fast/ memory usage]. It's possible that the upgrade will also fix the hang that you are experiencing.

  • Using too much memory while capturing

    I am capturing from my Panasonic deck direct to the G4 via firewire DVNTSC but after only 10 minutes or so FCP quits and it is indicated that I have used up all my 200+GB space.
    I think I'm doing something wrong with my settings somewhere because I should not be using this much memory.
    Any suggestions?

    Do this: log a 12 minute clip then do a BATCH CAPTURE of it.
    This gets around the time limit issue of Capture Now. If this still does not work, the symptoms you describe do sound a lot like what people have reported after updating to QT 7.3 with resulting problems with capturing.
    If this is the problem, the only sure solution is to erase the system drive and install OSX and your pro apps from the original disks and bring them up to date using the software updater.
    If you go this route, either clone your existing system disk or make sure you back up any data on it before you erase the disk. This process will destroy all info on the disk.
    good luck.
    x

  • Avg tells me firefox is using too much memory,close and restart

    avg pops up and tells me firefox is using too much memory.close firefox and restart it.page gets slow when this happens

    Now using Firefox 7 I'll give it some time and let you know the results Thanks Jack

  • I am warned on 2 computers that Firefox 7 is using too much memory

    I am warned on 2 computers that Firefox 7 is using too much memory.. one is running windows XP the other is Windows 7. Both have substantial memory
    this started after updating to 7.0.1

    verify version : go to HELP, then ABOUT FIREFOX and you see the latest version, 6 is the latest stable
    yes when you download AND INSTALL a new version the previous one removed

  • My I-phone 4 is using too much memory storage.  Data

    My I-Phone 4 is using too much memory.  It shows Apps at 1.44 and Data & Documents at 1.68, not to mention "other" using up more memory.  I have tried eliminating apps but nothing changes.  How does one get rid of some of this "stuff" that is using up so much memory??

    http://osxdaily.com/2013/07/24/remove-other-data-storage-iphone-ipad/

Maybe you are looking for

  • Sharepoint 2013 onedrive for business Ipad App

    Hi We have an on-premise sharepoint 2013 installation and we would like to achieve access to the private library/onedrive using some of our ipads.  We have installed One drive for business connected to a VPN.  We have put in the url of the site, whic

  • Upload file without using upoad ui elem

    HI, I have requirement where in I will have the file links in the table.On selecting the file link and clicking on a button, file content should be uploaded. e.g. I have file lins as 1) c:/docs/test.doc                                    2)c:/docs/te

  • Software down load for HP Photosnart 7350

    need to find a driver download for my HP photosmart 7350     I have Windows 7  Home  Premium  This question was solved. View Solution.

  • Need help on my email account but don't have a BB service .

    How can I access my email I dont have bb service. I do have wifi already link in the phone. How can I override the bb? I used the Red Pocket mobile service. Any help is highly appreciated. Oh btw, they give me this bunch of configuration that I can't

  • Firefox comes up in "safe" mode. How do I turn it off. I can't use the program this way.

    About two weeks ago some virus (?) got in my computer. I lost everything and had to reload everything. When I reloaded Firefox it came up 'locked'. Nothing would react to my mouse. I discovered it came up in "safe" mode. I removed the program and rel