Results 1 to 2 of 2

Thread: Where did my RAM go??

  1. #1
    Join Date
    Mar 2008
    Location
    Florida
    Beans
    22
    Distro
    Xubuntu 7.10 Gutsy Gibbon

    Where did my RAM go??

    I installed Xubuntu Hardy about 2 weeks ago. Since then, my machine has consistently shown between 1200mb - 1300mb RAM free. Now today when I turn the computer on, it says I have 461mb free. What happened? I have not installed anything new or changed any configuration since last night...when it showed over 1200mb free. The memory is all being recognized...htop just tells me its all being used...however no process in htop shows up as using more than 3% of memory. Where is all of this RAM going???

  2. #2
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Where did my RAM go??

    Try using "free -m". The output should look like this:

    Code:
                 total       used       free     shared    buffers     cached
    Mem:          4049       2451       1598          0        482       1244
    -/+ buffers/cache:        724       3325
    Swap:         4000          0       4000

    The red line is the interesting one. My guess is that most of your RAM is being used by the cache which is normal and not what most people would consider to be "used" RAM.
    Don't try to make something "fast" until you are able to quantify "slow".

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
  •