Version: 2023.1
LanguageEnglish
  • C#

PlayerSettings.WebGL.memoryGeometricGrowthCap

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public static int memoryGeometricGrowthCap;

Description

Upper limit for heap growth step in MB.

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.