I believe many people have encountered the same problem. During map loading, the memory occupied by IE has been increasing, and IE crashes when it reaches 1g or more.
I checked it online and found many results. I will summarize them below:
A). 64-bit Ie can reach up to 4 GB memory, but skyline6.5 only supports IE-32bit, it is said that 6.6 will support Google, fireforx, IE-64bit and other browsers, but currently can not solve the problem,Pass out
B). 360, Jaguar and other domestic development and use of the IE-32bit kernel, it is said that the memory problems improved, tested, the results are satisfactory, but the project requirements support IE browser, soPass out
C) modify the IE memory limit. This method is applicable to the project requirements. The following describes how to modify it.
1. Copy iexplore.exe to a location that you can easily find. Put this project in D: \ 008.
-Ipolice.exe is generally stored inC: \ Program Files (x86) \ Internet Explorer
-Copy to D: \ 008
2. Install visual studio2012. Here we will not talk about how vs is installed.
3. After installation, run the prompt command tool of.
4. Run the command
-D: \ 008 \ iexplore.exe
5. Modification results
-The opened browser is the IE after the memory is modified.
In the browser test, the memory will not crash if it is increased to GB, indicating that the memory has been extended.
[Map skyline Secondary Development] ie memory limit (1 GB)