mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: July 31 2005,15:09 |
|
The command to check your ram is "free". The output would be something like this:
Code Sample | total used free shared buffers cached Mem: 255880 251932 3948 0 94456 55588 -/+ buffers/cache: 101888 153992 Swap: 1052104 4596 1047508
|
...except that it would probably look neater than that in a console =o) The "used" and "free" amounts included cached memory, which is freed when needed, but currently stores previously-used data for quick retrieval.
I can't think of any other way to increase the base amount of memory/swap available without changing the system, but there are a few boot options available to limit what is loaded. Check out the boot/F2 file, or press F2 at the boot prompt.
EDIT: changed F3 to F2
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|