Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


geometricMemoryGrowthStep

Heap memory growth factor.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static float geometricMemoryGrowthStep { get; set; }

Remarks

Advanced tuning option to control the growth step for the heap memory if geometric memory growth is enabled (Recommended default: 0.2). A growth factor of 0.2 means that the size of the heap is increased by 0.2 * currentHeapSize each time the heap needs to grow.