I'm in the process of refactoring a demo where +70,000 flight trajectories with approximately 3,500,000 recorded positions are loaded into a map with live 2D to 3D switching.
As you can imagine, this consumes quite a lot of memory. In fact, I'm currently hitting peaks of up to 4,25GB memory consumption in Chrome :
Unfortunately, memory consumption in Edge is even worse! Edge doesn't even get below 3,2GB after loading the data, and on average it seems to consume about 1GB more of memory in Chrome.
To make things worse, Edge can't handle 4GB of memory for one page. As soon as my memory consumption his the 4GB mark, it kills the process and starts reloading the page :
Can anyone help me come up with a way to overcome this problem in Edge without reducing the amount of data that's being loaded into the browser?
For example, is there a way to change the memory limits for Edge so it can handle pages of 4GB and up? Or what do you suggest I could try to prevent the used memory of my page from reaching the 4GB mark?

