Internet Explorer 11 : Memory Leak on blank page?

a 夏天 提交于 2019-12-22 05:48:46

问题


Internet Explorer 11 | Version: 11.0.9600.17280 | Update Versions: 11.0.12 (KB2977629)

HTML page

<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
  </body>
</html>

Method of Testing

  1. Navigate to page
  2. Open Developer Tools (F12)
  3. Switch to Memory Tab
  4. Start Profiling Session
  5. Hold down Refresh button on page (F5)
  6. Watch the memory climb

Memory Usage Picture

Other Details

I have already disabled all plug-ins

any other information I should provide?

The Questions

Can anyone confirm if this problem is limited to IE11? Is it a bug or should this be expected? Is there anything I can do about it?


回答1:


It seems it is being caused by the IE developer tools themselves in some way. If I don't open the developer tools - the memory doesn't seem to build up.

I still wish I knew more details - I'm going to leave this question open for now, maybe somebody with more knowledge will be able to enlighten me.



来源:https://stackoverflow.com/questions/26390188/internet-explorer-11-memory-leak-on-blank-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!