Hello Yogesh, There's some memory leak in your application. It's not freeing the allocated memory properly. Make sure that memory allocation and deallocation is handled properly. You don't need to make any modification in the kernel.
Thanks, Varsha -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of yogeshkumarm Sent: Wednesday, September 19, 2007 11:47 AM To: [email protected] Subject: Out of memory problem Hi All, Can anybody tell what could be the problem this error occurs after running (audio video application for 2 hrs) below is the log of the error *************************************************************************** oom-killer: gfp_mask=0x1d2 DMA per-cpu: cpu 0 hot: low 14, high 42, batch 7 cpu 0 cold: low 0, high 14, batch 7 Normal per-cpu: empty HighMem per-cpu: empty Free pages: 1384kB (0kB HighMem) Active:11345 inactive:533 dirty:0 writeback:0 unstable:0 free:346 slab:1239 mapped:11122 pagetables:91 DMA free:1384kB min:1400kB low:1748kB high:2100kB active:45380kB inactive:2132kB present:122880kB pages_scanned:57760 all_unreclaimable? yes protections[]: 0 0 0 Normal free:0kB min:0kB low:0kB high:0kB active:0kB inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? no protections[]: 0 0 0 HighMem free:0kB min:128kB low:160kB high:192kB active:0kB inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? no protections[]: 0 0 0 DMA: 0*4kB 1*8kB 0*16kB 1*32kB 1*64kB 0*128kB 1*256kB 0*512kB 1*1024kB 0*2048kB 0*4096kB = 1384kBNormal: empty HighMem: empty Swap cache: add 0, delete 0, find 0/0, race 0+0 Out of Memory: Killed process 12640 (IPSTB_App_DLNA.). *************************************************************************** can anybody help me out how to go abt to solve the issue.Is there any changes to be done in the kernel to solve the issue thanks regards yogesh The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. Contact your Administrator for further information. _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. Contact your Administrator for further information. _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
