# Memory management

Influence how Addressable assets and AssetBundles impact memory, and prevent memory leaks, and memory overhead through asset duplication.

|**Topic**|**Description**|
|---|---|
|**[Managing asset memory](memory-assets.md)**|Understand how the Addressables system manages the memory of assets.|
|**[Addressable AssetBundle memory considerations](memory-assetbundles.md)**|Organize AssetBundles to minimize memory impact.|

## Additional resources

* [Optimizing AssetBundles](xref:um-asset-bundles-optimization)
* [Asset and AssetBundle dependencies](AssetDependencies.md)
* [Memory Profiler package](https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest)