有没有办法增加诺基亚 c2 手机中的 java 堆大小?
我正在 J2ME 中开发移动应用程序。我面临内存问题。我正在使用诺基亚 c2 手机。请告诉我有什么方法可以增加诺基亚 c2 手机中的 java 堆大小吗?
谢谢&问候,
I'm developing a mobile app in J2ME. I'm facing memory issues. I'm using Nokia c2 mobile.Please tell me Is there is any way to increase the java heap size in Nokia c2 mobiles?
Thanks & Regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有办法在移动设备上扩展虚拟机内存堆大小。存在重大限制,移动开发人员必须应对这些限制。
As far as I know there is no way to extend VM memory heap size on mobile devices. There are significant constraints and mobile developers have to deal with them.