What should I do with IE11/Flash web game white screen! Enable IE big address mode now! Solved the white screen problem of the browser.
Do you often find that the IE white screen is displayed, which means that the page cannot be displayed when you open a new page. You can only switch the tab. Use the task manager to check that the memory is as large as GB.
This is because IE11 may have a memory leakage problem, and the memory continues to grow so that it is unable to apply for new memory, so IE is finished!
But why is it 1.2G? Our memory is often 8 GB. In fact, this is because the 32-bit IE11 compiler may be old. I forgot to enable the large memory mode and can only use about GB of memory.
In the compilation options of vc ++, the large address mode can be used for 32-bit programs. This large address mode allows the program to use GB of memory.
However, Internet Explorer is not open-source, so we cannot re-compile it. Are we just getting away with it? Good news!
Vs provides the editbin command line tool to help you
If the execution is successful
Editbin/LARGEADDRESSAWARE"C: \ Program Files (x86) \ Internet Explorer \ iw.e.exe"
Your IE11 will be able to use GB of memory immediately. In the future, the memory will be leaked to GB before a white screen will appear. It is even harder to play a large flash game with a white screen!
[This article is original by superzmy/YU Linyu. Reprinted and retained]
Wait. Why does this command fail to be executed! Ipolice.exe of the original win7is protected by permissions. You must obtain the modification permission.
See http://jingyan.baidu.com/article/a3761b2b9c9d0a1576f9aab5.html
In addition, if you have not installed vs, there is also a software called Large Address Aware, you can also enable the big Address function!