今天,当我尝试在2.3.3平台上用NetBeans运行一个应用程序时,它向我展示了:
Failed to allocate memory: 8
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.并且Emulator无法启动。
这是我第一次看到它,谷歌对此一无所知,我甚至尝试了NetBeans 6.9.1和7.0.1的两个版本
发布于 2011-08-29 05:31:34
我想通了。问题出在我为虚拟机指定的内存大小,它是1024MB,现在我有512MB,这是可以的,现在我需要找出如何提高这个内存大小,512不是很多,机器有点滞后。
https://stackoverflow.com/questions/7224292
复制相似问题