Is it possible to allocate large memory chunk in Linux kernel? -


is possible allocate large piece of memory in linux kernel, example 64 mib?

you can not allocate 64 mb memory inside linux kernel code in single kmalloc() or other memory allocation routine. limited & arch dependent.

you can using boot time memory allocation techniques. can refer http://www.xml.com/ldd/chapter/book/ch13.html

http://www.xml.com/ldd/chapter/book/ch07.html#t5


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -