Version: 2022.3
public static int maximumMemorySize ;

描述

Maximum size of the WASM heap memory in MB.

The maximum size in MB of heap memory that is availale for WebAssembly code (Recommended default: 2048 MB). A maximum memory size of 2048 MB means that the heap can only grow to 2048 MB.