memoryGeometricGrowthCap
Upper limit for heap growth step in MB.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static int memoryGeometricGrowthCap { get; set; }
Remarks
Advanced tuning option to control the upper limit for a heap growth step in MB if geometric memory growth is enabled (Recommended default: 96 MB). A growth cap of 96MB means that the size of the heap is increased by at most 96 MB.