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 ...
- 11-28-2005 #1Linux 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:howto solve this problem ?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
kind regards
cc
- 11-28-2005 #2
Re: Memory Upgrade
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.
Originally Posted by cc 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.
- 11-29-2005 #3
You probably don't have highmem enabled in your kernel. You can check by doing this
which, with my 2GB gives me thisCode:dmesg | grep Memory
If you don't have highmem enabled, you'll need to recompile your kernel.Code:Memory: 2074708k/2096384k available (2134k kernel code, 20624k reserved, 626k data, 192k init, 1178880k highmem)
noobus in perpetuum


Reply With Quote
