public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Memoy Management
@ 2005-07-20 13:10 Márcio Oliveira
  2005-07-20 13:24 ` Arjan van de Ven
  0 siblings, 1 reply; 5+ messages in thread
From: Márcio Oliveira @ 2005-07-20 13:10 UTC (permalink / raw)
  To: linux-kernel

Hi all,

  Somebody can help me with some memory management issues (like Out Of 
Memory) in Linux kernel 2.4 (with some backports from 2.6 kernel. eg. 
Red Hat Enterprise Kernel) and SMP machines (4 processors) with a lot of 
memory (16GB)?

Thanks a lot.

Márcio.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Memoy Management
  2005-07-20 13:10 Memoy Management Márcio Oliveira
@ 2005-07-20 13:24 ` Arjan van de Ven
  2005-07-20 14:23   ` Memory Management Márcio Oliveira
  0 siblings, 1 reply; 5+ messages in thread
From: Arjan van de Ven @ 2005-07-20 13:24 UTC (permalink / raw)
  To: Márcio Oliveira; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

On Wed, 2005-07-20 at 10:10 -0300, Márcio Oliveira wrote:
> Hi all,
> 
>   Somebody can help me with some memory management issues (like Out Of 
> Memory) in Linux kernel 2.4 (with some backports from 2.6 kernel. eg. 
> Red Hat Enterprise Kernel) and SMP machines (4 processors) with a lot of 
> memory (16GB)?

I'm sure RH support will be able to help you with that; I doubt many
other people care about an ancient kernel like that, and a vendor one to
boot.

(Also I assume you are using the -hugemem kernel as the documentation
recommends you to do)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Memory Management
  2005-07-20 13:24 ` Arjan van de Ven
@ 2005-07-20 14:23   ` Márcio Oliveira
  2005-07-20 14:37     ` Arjan van de Ven
  2005-07-20 17:03     ` Memory Management Question Márcio Oliveira
  0 siblings, 2 replies; 5+ messages in thread
From: Márcio Oliveira @ 2005-07-20 14:23 UTC (permalink / raw)
  To: arjanv; +Cc: linux-kernel

Arjan van de Ven wrote:

>I'm sure RH support will be able to help you with that; I doubt many
>other people care about an ancient kernel like that, and a vendor one to
>boot.
>
>(Also I assume you are using the -hugemem kernel as the documentation
>recommends you to do)
>
>  
>
Arjan,

   I'd like to know/understand more about memory management  on  Linux 
Kernel and I belive this concept is applyable to the Red Hat Linux Kernel.

  I have some doubts about the ZONE divison (DMA, NORMAL, HIGHMEM), 
Shared Memory utilization, HugeTLB feature and OOM with large memory and 
the kernel management of memory on SMP machines. I believe these 
features are common to the Linux kernel in general(Red Hat, Debian, 
SuSe, kernel.org), right?
   I read a tons of docs regarding symposiums, The Linux Memory 
Management Book and lots of docs about Oracle memory management but 
memory management still not clear to me.

  If somebody can help me...

Thanks.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Memory Management
  2005-07-20 14:23   ` Memory Management Márcio Oliveira
@ 2005-07-20 14:37     ` Arjan van de Ven
  2005-07-20 17:03     ` Memory Management Question Márcio Oliveira
  1 sibling, 0 replies; 5+ messages in thread
From: Arjan van de Ven @ 2005-07-20 14:37 UTC (permalink / raw)
  To: Márcio Oliveira; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]

On Wed, 2005-07-20 at 11:23 -0300, Márcio Oliveira wrote:
> Arjan van de Ven wrote:
> 
> >I'm sure RH support will be able to help you with that; I doubt many
> >other people care about an ancient kernel like that, and a vendor one to
> >boot.
> >
> >(Also I assume you are using the -hugemem kernel as the documentation
> >recommends you to do)
> >
> >  
> >
> Arjan,
> 
>    I'd like to know/understand more about memory management  on  Linux 
> Kernel and I belive this concept is applyable to the Red Hat Linux Kernel.

Only on the highest of levels. The RHEL3 kernel has a VM that resembles
almost no other linux kernel in many many ways. 


>   I have some doubts about the ZONE divison (DMA, NORMAL, HIGHMEM), 
> Shared Memory utilization, HugeTLB feature and OOM with large memory and 
> the kernel management of memory on SMP machines. I believe these 
> features are common to the Linux kernel in general(Red Hat, Debian, 
> SuSe, kernel.org), right?

nope. These things are very much different between the kernels you
mention.

What do you want to use the knowledge for? Fixing the VM? Tuning your
server? The goal of your question determines what kind of answer you
want to your questions....

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Memory Management Question
  2005-07-20 14:23   ` Memory Management Márcio Oliveira
  2005-07-20 14:37     ` Arjan van de Ven
@ 2005-07-20 17:03     ` Márcio Oliveira
  1 sibling, 0 replies; 5+ messages in thread
From: Márcio Oliveira @ 2005-07-20 17:03 UTC (permalink / raw)
  To: linux-kernel

Hi

Is HugeTBL proc memory parameters only to hugetlbfs "filesystem" or are 
these parameters affect ramfs, shm and tmpfs too?

What is the basic difference between ramfs, hugetlbfs, shm and tmpfs to 
the memory management / process VLM utilization?

thanks,

Márcio.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-07-21 11:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-20 13:10 Memoy Management Márcio Oliveira
2005-07-20 13:24 ` Arjan van de Ven
2005-07-20 14:23   ` Memory Management Márcio Oliveira
2005-07-20 14:37     ` Arjan van de Ven
2005-07-20 17:03     ` Memory Management Question Márcio Oliveira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox