Re: fedora OS high memory usage



Ravi Malghan wrote:
Hi: I have installed Fedora 6 on a laptop with 756MB
RAM. With no application started when the machine
boots up, the top is saying that, 601308K is being
used.

Mem: 774356k total, 601308k used, 173048k free,
19348k buffers

Is this normal? or is this not really what it means. I
read some postings that the memory usage shown here is
what is allocated for the processes and not how much
is being used.

Any thoughts?
Thanks
Ravi

It looks fairly normal - the amount of free memory is a bit high,
unless the system has not been up very long. Linux will use memory
that is not needed for programs for buffers and disk cache. This
tends to speed up operations, especially disk access if what you
want is still in the cache. This is a better then letting memory sit
unused.

The second line of the free command shows how much is used by
programs, and how much can be freed for program use. Freeing up
memory used for disk cache is normally fast, and buffers not too
much slower.

Mikkel
--

Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Defrag? Constant HD accessing?
    ... You still have about 400 megs of physical memory that's only being ... used for disk cache, so I wouldn't rush out to get that extra memory ...
    (comp.os.linux.misc)
  • Re: Discovering variable types...
    ... This is because X is actually stored in the executable's memory space but the ... Double buffering (i.e. creating your own internal buffers) makes lots of sense ... not restricted by the limitations of the disk access unit. ... hence: the new file access routines. ...
    (comp.lang.pascal.delphi.misc)
  • Re: CE6.0 Driver Pointer Marshalling - passing pointers out only?
    ... This is an array of pointers to buffers that get set up ... the driver allocates the buffers (via an internal allocation ... routine from its own block of reserved memory). ... So I can map ...
    (microsoft.public.windowsce.platbuilder)
  • Re: allocation failed: out of vmalloc space error treating and VIDEO1394 IOC LISTEN CHANNEL ioctl fa
    ... better if YOU provide the memory via a custom mmap handler for a device ... certainly is easier to give safe memory to user space in the first ... based on my discussion with Damien, 4 buffers are probably optimal. ...
    (Linux-Kernel)
  • Re: CE6.0 Driver Pointer Marshalling - passing pointers out only?
    ... I've got a pretty complex driver I'm porting up at the moment ... This is an array of pointers to buffers that get set up ... the driver allocates the buffers (via an internal allocation ... routine from its own block of reserved memory). ...
    (microsoft.public.windowsce.platbuilder)