Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] {OT} SSD instead of RAID1?
Date: Thu, 30 Jul 2009 13:01:01
Message-Id: 49bf44f10907300600h1b6579dfmb4ea206de9b34243@mail.gmail.com
In Reply to: Re: [gentoo-user] {OT} SSD instead of RAID1? by Neil Bothwick
1 >> OK, that's right.  How can I find out if 4GB RAM (the current amount)
2 >> is enough?  From what I understand of how Linux handles memory, it
3 >> will fill it up as quickly as possible, and then free it as necessary.
4 >>  This makes it difficult to determine how much RAM is necessary from
5 >> watching top.
6 >
7 > Use free to see how much of the memory is used by buffers and caches.
8
9 Thank you Neil. On one of my systems, does this tell me that although
10 I'm using ~952MB, I'm really only using ~474MB and I don't need swap:
11
12 # free
13 total used free shared buffers cached
14 Mem: 1028780 952240 76540 0 146984 330516
15 -/+ buffers/cache: 474740 554040
16 Swap: 2008116 80944 1927172
17
18 - Grant