![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to get the more memory free space (see memory free column) | murthy76 | SUN Solaris | 3 | 04-21-2009 09:34 AM |
| How to find Total and Free Physical Memory and Logical Memory in SOLARIS 9 | 0ktalmagik | SUN Solaris | 4 | 02-03-2009 09:37 AM |
| Free Memory in aix | manoj.solaris | AIX | 11 | 01-04-2009 03:29 PM |
| How do I find out how much swap and memory is free? | expos | UNIX for Dummies Questions & Answers | 2 | 12-30-2003 10:58 AM |
| memory free up using 'find' | shibz | UNIX for Advanced & Expert Users | 6 | 11-03-2002 04:01 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to find out free memory?
hi, I have done the below, but am confused as to how much memory is "free"
please help thanks Code:
$ free
total used free shared buffers cached
Mem: 132033488 48827536 83205952 0 1007696 45404632
-/+ buffers/cache: 2415208 129618280
Swap: 134217720 0 134217720
|
|
||||
|
The numbers under the free column
first number: free memory buffers : can be freed quickly swap : virtual memory Total free memory = free memory + unused swap. When memory gets short the OS will release some cache memory as well. Your system is in great shape memory-wise. I don't see a problem. |
|
||||
|
From the free man page:
Quote:
Free means it is not absolutely required by an active process. The kernel uses 'extra' memory to facilitate operations - like I/O. Those are the buffers in question. It is kind of like luxury uptake of an unrequired resource, if that makes more sense to you. What are you trying to figure out? |
|
||||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|