> > I have a question to need you help. Our MIPS-based custom board has only > > 8M memory.When I want to insmod a 24M module, it often panics and says > > "out of memory...". > > a kernel module? 24MiB? ouch, if that is the case, the only way is to get > more memory for your board, as kernel memory is not swappable... Yes, it is a kernel module. But unfortunately, the memory is fixed on our board and we cannot add more memory. Any other ideas?