Resource Management
A Resource Manager utility is available from the Flame menu. The Resource manager indicates the amount of RAM and VRAM that are Available, Used by the system, Used by the application, and Free. It also lists the RAM and VRAM clients, and details their memory consumption.

Flush Graphics Memory 
The graphics card memory (VRAM) should be handled automatically by the application. To manually get back as much graphics memory as possible without having to restart the application:
- Click Clear Buffer in the Undo section of the General User Preferences
- Click Flush Graphics Memory in the Resource Manager dialog
Memory Management Tokens
Use the two tokens located in the init.cfg file to define the percentage of Memory and Graphics Memory to reserve for the application. These tokens deprecate both the MemoryApplication token and the -M startup switch. They are:
MemoryConsumptionTargetGraphicsMemoryConsumptionTarget
See the init.cfg file for additional details, but in most cases, you do not need to worry about these.
GraphicsMemoryConsumptionTarget token is not applicable on Mac workstations equipped with Apple silicon. Both the Memory and Graphics Memory are managed using the MemoryConsumptionTarget token. 
