6
12
2
3
Is there some method or software that could purposely generate a lot of physical memory fragmentations on linux?
by 孙世龙 sunshilong July 3, 2020
by 孙世龙 sunshilong July 3, 2020
July 3, 2020
3
3
2
2
2
2
Besides kmalloc() is more efficient, are there some potential problems that I should be aware of if I allocate the memory which doesn't have any relation to peripheral hardwares(i.e. DMA,PCI,serial port and etc) by vmalloc() instead of kmalloc() to avoid the page allocation failure?
by 孙世龙 sunshilong June 26, 2020
by 孙世龙 sunshilong June 26, 2020
June 26, 2020
1
0
Are there still some methods that could be used by the Linux kernel to reduce memory fragmentation while both CONFIG-MIGRATION and CONFIG-COMPACTION are disabled?
by 孙世龙 sunshilong June 23, 2020
by 孙世龙 sunshilong June 23, 2020
June 23, 2020
1
0
What are the potential problems if the option CONFIG_MIGRATION is disabled?
by 孙世龙 sunshilong June 22, 2020
by 孙世龙 sunshilong June 22, 2020
June 22, 2020
1
0
3
3