rcuvgd / tmlinux

Automatically exported from code.google.com/p/tmlinux
0 stars 0 forks source link

page allocation failure. #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
开启了scsi和usb功能,使用u盘或usb硬盘,都能找到,并正确mou
nt成功,也可以正常读写磁
盘的文件,但写一个比较大的文件(如500M)后,再执行任何�
��busybox命令都会出现页分配失
败错误(/mm/page_alloc.c ) 
"page allocation failure. order:%d, mode:0x%x\n"
还有其他很多的有关内存的信息。
我到网上查了,说是因为是没有NOMMU,当读写磁盘时内存都被
Buffer Cache用了,接下去找不
到一段用户请求的大小的连续的内存空间。
但是我使用IDE硬盘,写超过500M又不会出现这个问题。

Original issue reported on code.google.com by wenyong...@gmail.com on 10 Jul 2009 at 1:47