This repository was archived by the owner on Jan 9, 2023. It is now read-only.
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Reduce memory usage by increasing shared string usage #1820
Open
Description
We've identified a couple of places that store asset and asset version names but haven't yet been converted to shared strings. Using shared strings in these two places should reduce Fusion memory usage further with minimal effort.
- in earth_enterprise/src/NATIVE-DBG-x86_64/fusion/autoingest/.idl/storage/InsetStackItem.h, change dataAsset to a SharedString.
- in earth_enterprise/src/common/verref_storage.h, change _VerRefDef::asset_name to a SharedString.
Note that InsetStackItem.h is an autogenerated file, so you actually need to change the source file.