在计算模拟器中分析 Azure
我遇到一个问题,当我停止 Azure 项目以及随机其他时间时,它开始消耗大量内存并最终使用所有可用 RAM。
我似乎无法弄清楚如何在计算模拟器中分析我的项目。我知道我可以在云中进行分析,但此问题主要发生在模拟器中。我知道模拟器不能准确地模拟云等,但我仍然想使用模拟器,所以我需要我的项目在其中工作而不占用我的记忆。
谁能告诉我如何在模拟器中运行时进行分析?
I'm having an issue where when I stop my Azure project and at random other times, it starts consuming massive amounts of memory and eventually uses all available RAM.
I can't seem to figure out how to profile my project in the compute emulator. I know I can profile in the cloud, but this issue primarily occurs in the emulator. I am aware the emulator doesn't accurately model the cloud, etc. etc., but I still want to use the emulator and so I need my project to work in it without chewing up my memory.
Can anyone let me know how to profile while running in the emulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种选择是使用不同的工具来分析器,例如,您可以使用刚刚发布的 PerfView 分析器:
http ://blogs.msdn.com/b/vancem/archive/2011/12/28/publication-of-the-perfview-performance-analysis-tool.aspx
One option would be to use a different tool to profiler, for example, you could use the PerfView profiler that was just released:
http://blogs.msdn.com/b/vancem/archive/2011/12/28/publication-of-the-perfview-performance-analysis-tool.aspx