在Eclipse控制框中报:Program too big to fit in memory

"C:\MinGW32\bin\make.exe"
Program too big to fit in memory

15:00:43 Build Finished (took 167ms)
导致JNI库无法生成,有没有高手解决过这样的问题?

找到解决办法了,是NDK没有设置好,参考:
http://jingyan.baidu.com/article/5d6edee22d908799eadeec9f.html

解决办法:
1、删除不用的软件,突出C盘和内存。
2、打开eclipse软件目录下的eclipsec.exe,如果能正常启动,电脑重新启动。
......
答案就在这里:eclipse闪退显现program too big to fit in memory
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。

这里说的不是你的内存条的内存,而是Tomcat的内存,手动设置一下Tomcat的内存就行了
Tomcat内存设置详解

补充一下:eclipse.ini文件
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835
-product
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256M
-showsplash
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms256m
-Xmx768m
-Declipse.buildId=v22.6.2-1085508
-XX:MaxPermSize=512M

http://jingyan.baidu.com/article/5d6edee22d908799eadeec9f.html