All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Memory Management
@ 2005-07-21 12:34 Márcio Oliveira
  2005-07-21 13:11 ` Neil Horman
  0 siblings, 1 reply; 30+ messages in thread
From: Márcio Oliveira @ 2005-07-21 12:34 UTC (permalink / raw)
  To: arjanv; +Cc: linux-kernel

Arjan van de Ven wrote:

>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....
>  
>
It's about tunning the VM parameters...

That's my first question on list:

"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] 30+ messages in thread
* Memory Management
@ 2016-02-05 18:49 masoud hematpour
  2016-02-08  8:43 ` 慕冬亮
  0 siblings, 1 reply; 30+ messages in thread
From: masoud hematpour @ 2016-02-05 18:49 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I am beginner to kernel source. I decide to work on Performance Tuning. I
studied some material around memory management but which material is well
described for Memory management in Linux?


Thank you,


masoud
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160205/2bf7baf3/attachment.html 

^ permalink raw reply	[flat|nested] 30+ messages in thread
* memory management
@ 2011-06-10 11:34 Venkateswarlu P
  2011-06-10 11:57 ` Anuz Pratap Singh Tomar
                   ` (2 more replies)
  0 siblings, 3 replies; 30+ messages in thread
From: Venkateswarlu P @ 2011-06-10 11:34 UTC (permalink / raw)
  To: kernelnewbies

how to understand the memory management code in linux


any suggestions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110610/a28baf62/attachment.html 

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Memory management
@ 2006-12-18  7:33 Zgembo Adislic
  0 siblings, 0 replies; 30+ messages in thread
From: Zgembo Adislic @ 2006-12-18  7:33 UTC (permalink / raw)
  To: linux-omap-open-source

Hi All,
  
 This is all new for me and I need some help. So, if  anyone knows how to help me, please answer me. 
  
 My problem is about memory menagement. I am working  on OMAP 5910 platform. My  assignment is to update already existing  projects and I am missing memory space. I do not have any kind of memory leak.  The problem I have is when I am trying to create new structure in main project  or when I try to call a function from other library project I get error  messages. Those errors say that it can't allocate memory space for variables as  .bss or .dio or .hst inside DARAM or SARAM. So, I would like to know how I can  have view on memory . Or is there any avaible tool in CodeComposer v3.1 I could  use? That way I could look at memory and see what is going on. 
  
 Please, if anyone have any idea it will be  usefull.
  
 Thank you all,
Zgembo

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 30+ messages in thread
* Memoy Management
@ 2005-07-20 13:10 Márcio Oliveira
  2005-07-20 13:24 ` Arjan van de Ven
  0 siblings, 1 reply; 30+ 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] 30+ messages in thread
* memory management
@ 2004-12-14  4:52 Michael Geis
  2004-12-14 11:06 ` Clemens Ladisch
  0 siblings, 1 reply; 30+ messages in thread
From: Michael Geis @ 2004-12-14  4:52 UTC (permalink / raw)
  To: alsa-devel

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

I am not really familiar with memory mangement and would like to ensure I am getting memory leaks in my ALSA app. There are snd_seq_...._free functions for most of the data types I am using. For a few of them, however, I could not find a function that frees the 
structure and wanted to ask whether they require to be freed and I just missed the appropriate 
function when looking through the header files.
The data types in question are:
snd_seq_real_time_t , snd_seq_tick_time_t, snd_seq_addr_t, snd_seq_port_subscribe_t
 
Could someone comment on whether the memory of variables of these data types needs to 
be freed?
Thanks a lot in advance,
 
Michael

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[-- Attachment #2: Type: text/html, Size: 967 bytes --]

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

end of thread, other threads:[~2016-02-08 12:48 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-21 12:34 Memory Management Márcio Oliveira
2005-07-21 13:11 ` Neil Horman
2005-07-21 13:40   ` Márcio Oliveira
2005-07-22 14:02     ` Neil Horman
2005-07-22 14:32       ` Márcio Oliveira
2005-07-22 19:08         ` Neil Horman
2005-07-22 19:41           ` Márcio Oliveira
2005-07-22 20:58             ` Roger Heflin
2005-07-22 23:23               ` Márcio Oliveira
2005-07-23 18:45                 ` Neil Horman
2005-07-23 23:16                   ` Márcio Oliveira
2005-07-24 18:54                     ` Neil Horman
2005-07-25  1:40                       ` Márcio Oliveira
2005-07-25  9:47                         ` Seiji Kihara
2005-07-25 14:30                         ` Neil Horman
2005-07-25 17:04                           ` Márcio Oliveira
  -- strict thread matches above, loose matches on Subject: below --
2016-02-05 18:49 masoud hematpour
2016-02-08  8:43 ` 慕冬亮
2016-02-08 10:38   ` sanjeev sharma
2016-02-08 11:28     ` Robert P. J. Day
2016-02-08 12:48       ` navid Rahimi
2011-06-10 11:34 memory management Venkateswarlu P
2011-06-10 11:57 ` Anuz Pratap Singh Tomar
2011-06-10 12:39 ` Sowmya Sridharan
2011-06-10 15:04 ` Prashant Shah
2006-12-18  7:33 Memory management Zgembo Adislic
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
2004-12-14  4:52 memory management Michael Geis
2004-12-14 11:06 ` Clemens Ladisch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.