Is it normal that my cocos2d app increase real memory usage every second?(我的 cocos2d 应用程序每秒增加实际内存使用量是否正常?)
问题描述
我为 iPad 开发 cocos2d iOS 应用程序.当我测试内存泄漏和对象分配时,我的 Live Bytes 是稳定的,但是当我运行 Activity Monitor 时,我看到我的应用程序的实际内存使用量每秒增加 0.02MB.
I develop cocos2d iOS app for iPad. When I test memory leaks and object allocation my Live Bytes are stable, but when I run Activity Monitor I see that the Real Memory Usage of my app increase every second with 0.02MB.
我想问一下这正常吗,有没有人遇到过类似的问题?
I want to ask is it normal and did someone have similar problems?
推荐答案
我记得我有这个问题是因为我记录了调试消息!
I remember that I have this problem because I log debug messages!
我以循环周期(每帧)记录此消息,这就是内存增加的原因!
I logging this messages in loop cycles (every frame) and this was the reason why the memory increasing!
请清除或评论所有日志消息,这将解决您的问题:)
Please clear or comment all log messages, this will slove your problem :)
这篇关于我的 cocos2d 应用程序每秒增加实际内存使用量是否正常?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我的 cocos2d 应用程序每秒增加实际内存使用量是否正常?
- Android - 拆分 Drawable 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01