Find the answer to your Linux question:
Results 1 to 3 of 3
hi I've on my Debian Sarge server RAM Memory from 1 GB to 2 GB upgraded. but free shows only 1 GB: Code: # free total used free shared buffers ...
  1. #1
    cc
    cc is offline
    Linux Newbie
    Join Date
    Jun 2004
    Posts
    120

    Memory Upgrade

    hi

    I've on my Debian Sarge server RAM Memory from 1 GB to 2 GB upgraded.

    but free shows only 1 GB:
    Code:
    # free
                 total       used       free     shared    buffers     cached
    Mem:        905404     412220     493184          0      13164     166180
    -/+ buffers/cache:     232876     672528
    Swap:      2931820          0    2931820
    
    # uname -a
    Linux server.domain.net 2.4.27-2-386 #1 Mon May 16 16:47:51 JST 2005 i686 GNU/Linux
    howto solve this problem ?

    kind regards
    cc

  2. #2
    Linux User Stefann's Avatar
    Join Date
    Nov 2004
    Location
    Boise, ID
    Posts
    340

    Re: Memory Upgrade

    Quote Originally Posted by cc
    hi

    I've on my Debian Sarge server RAM Memory from 1 GB to 2 GB upgraded.

    but free shows only 1 GB:
    Code:
    # free
                 total       used       free     shared    buffers     cached
    Mem:        905404     412220     493184          0      13164     166180
    -/+ buffers/cache:     232876     672528
    Swap:      2931820          0    2931820
    
    # uname -a
    Linux server.domain.net 2.4.27-2-386 #1 Mon May 16 16:47:51 JST 2005 i686 GNU/Linux
    howto solve this problem ?

    kind regards
    cc
    Debian is kinda smart in a sense, it takes a portion of your unused memory and converts it to system cache, don't worry it's not a memory leak or anything, as you open apps it up will adjust itself, as long as it is showing the TOTAL amount of your upgraded memory there is nothing to worry about.
    Nothing is worse than ten penguins fighting over which is better, vi or emacs.
    Registered Linux User #404402
    Finally I'm back on LF after a long while.

  3. #3
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153
    You probably don't have highmem enabled in your kernel. You can check by doing this
    Code:
    dmesg | grep Memory
    which, with my 2GB gives me this
    Code:
    Memory: 2074708k/2096384k available
    (2134k kernel code, 20624k reserved, 626k data, 192k init,
    1178880k highmem)
    If you don't have highmem enabled, you'll need to recompile your kernel.
    noobus in perpetuum

Posting Permissions

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