Hi,
use of
get_zeroed_page(unsigned int flags);
  or
get_free_page(unsigned int flags);
might help you.


Thanks,
Pritam

On Thu, Dec 8, 2011 at 9:47 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
Hi...

On Thu, Dec 8, 2011 at 02:06, mindentropy <mindentropy@gmail.com> wrote:
>> mind to tell us, how do you allocate memory? kmalloc?
> Via kmalloc.

As Greg said, you probably better use vmalloc for such allocation.
Vmalloc can deal with non contigous physical pages...

>>
>> furthermore, could you kindly paste the content of /proc/meminfo right
>> before OOM kicks in?
> Its kind of tough to do it as it happens so fast. I will try to write a script
> which polls.

Alright, I just thought it will be better if we understand the overall
virtual memory situation better.


--
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



--

Pritam Bankar