我们有一个灵活的应用程序,通常会运行很长一段时间(可能是几天或几周).当我今天早上进来时,我注意到应用程序已经停止运行,并且应用程序的中心位于一个灰色圆圈中的白色感叹号.我在Adobe论坛上发现了一篇关于它的帖子,但似乎没有人确切知道这个符号的含义,所以我想我会联系到SO社区.
Adobe论坛帖子:http://forums.adobe.com/message/3087523
屏幕截图的符号:
有任何想法吗?
以下是您从Adobe员工链接到的帖子中的答案:
The error you are seeing is the new
out of memory notification. It is
basically shielding the user when
memory usage gets near the system
resource cap. The best course of
action here (if you own the content)
is to check your application for high
memory usage and correct the errors.
If you don’t own the content,it would
probably be best to contact the owners
and make them aware of the issue you
are seeing.
他在以后的回复中也这样说:
Developers can use the System.totalMemory property in AS3 to monitor the memory usage that the Flash Player is taking up. This iwll allow you to see how much memory is used,where leaks are and allow you to optimize your content based on this property.