Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Poor memory usage

  1. #1
    Junior Member
    Join Date
    Jan 2002
    Posts
    84

    Poor memory usage

    I dont realy understand this but doesnt it look like I have poor memory performance here. The linux computer isnt doing anything sits it booted up.
    I do have some servies that automatically turn on but should it take away from 512 memory half

    I have sen some full web servers show 90 percent free memory

    How can I fix this

    [root@localhost root]# procinfo
    Linux 2.4.7-10 (bhcompile@stripples.devel.redhat.com) (gcc 2.96 20000731 ) #1 Thu Sep 6 16:46:36 EDT 2001 1CPU [localhost.localdomain]

    Memory: Total Used Free Shared Buffers Cached
    Mem: 513304 281164 232140 1512 46972 110912
    Swap: 257000 0 257000



  2. #2

    Re: Poor memory usage

    do free -m

    look at the buffers/cache line.

    LInux, unlike other os's, doesn't believe in unused ram. Unused is worthless, so it caches stuff, and buffers stuff. If an app really needs the ram, the cache will clear out for it to use it...

  3. #3
    Senior Member
    Join Date
    May 2001
    Posts
    472

    Re: Poor memory usage

    Look, you paid for 512mb of ram and now you are complaining that it is using more than half of it?!?

    As long as you aren't using swap, you are OK. And, Linux doesn't dump things from ram until it needs the space for something else. Now if you are tracking down a memory leak or if that is just after the comp turns on without any desktop environments, etc. running, then that is a different story.

  4. #4
    Junior Member
    Join Date
    Jan 2002
    Posts
    84

    Re: Poor memory usage

    This is more or less after it turns on. I thought there was a memory leak. This is without opening gnome or kde and with the services that turn on with the computer like; httpd, proftpd, samba,ssh, etc

  5. #5

    Re: Poor memory usage

    hello,
    are you running a bunch of services? what does ps -aux in a terminal give ?

  6. #6
    Senior Member
    Join Date
    May 2001
    Posts
    472

    Re: Poor memory usage

    Sounds like something may be sucking a lot of ram up... is X running (kdm/gdm/xdm)?

  7. #7

    Re: Poor memory usage

    just a quick question :

    there is no way to free up used ram ?

  8. #8
    Senior Member
    Join Date
    May 2001
    Posts
    472

    Re: Poor memory usage

    As soon as something else needs the ram, it will dump the contents either into swap (if you don't have enough ram) or into The Void.

  9. #9
    Guest

    Re: Poor memory usage


    just a quick question :

    there is no way to free up used ram ?
    The OOM killer should kill unneeded pages when needed - don't worry !

  10. #10

    Re: Poor memory usage




    The OOM killer should kill unneeded pages when needed - don't worry !
    good to know .. thx

Similar Threads

  1. System usage in time terms
    By tech291083 in forum Redhat / Fedora
    Replies: 0
    Last Post: 05-13-2007, 01:03 PM
  2. Growth rate slips for Firefox usage
    By CoolJsa14 in forum General Chat
    Replies: 0
    Last Post: 02-28-2005, 10:46 PM
  3. Mp3's skip when cpu usage climbs.
    By CP in forum Linux - General Topics
    Replies: 3
    Last Post: 09-11-2003, 11:43 PM
  4. High cpu usage when downloading
    By CP in forum Linux - General Topics
    Replies: 4
    Last Post: 05-10-2003, 08:45 AM
  5. Logging internet usage.
    By HuggyBear in forum Linux - General Topics
    Replies: 1
    Last Post: 12-26-2001, 02:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •