Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们想在我们的 android 应用程序中测试当 VM 由于其他应用程序消耗过多内存而关闭应用程序时的行为。
是否有一个应用程序可以模拟这种在 android VM 中正确引发正确操作的内存消耗行为?
或者:有没有办法在使用 Eclipse 强制系统假装应用程序存在巨大的内存占用时产生等效信号?
不,每个应用程序都有自己的堆大小限制,如果 OOM 认为它出现故障,它们都会被杀死。如果你想抢内存,试着在native code中做,它在DVM管理之外。