Hi,

  I trying to allocate huge amount of memory >4GB (64bit) in LKM:

  kmalloc - has limit.
  multiple kmalloc (about 2000) - kernel panic.
  vmalloc - has limit (aswell as multiple vmalloc).
  appending kernel parameter vmalloc=2048M - kernel panic on boot.

  So, is there the way to allocate huge amount of memory?
  Haven't tried alloc_bootmem yet - is it the answer?

  kernel 2.6.24.5

Thanks,
Vadim.


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to