FunctionsModuleos$maxRamOn this page$maxRam Retrieves the maximum RAM capacity of the system. Parameters This function does not require any parameters. Example <AoiClient>.addCommand({ name: "get-max-ram", code: ` $maxRam `,});