viewer.dataSources.add(datasource);

The data added during viewer. dataSources. add (datasource) will continue to occupy the browser heap memory even after using viewer. dataSources. removeAll. May I ask how to use it to fully release the browser heap memory in this situation? Thank you