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.