ALTER SYSTEM CLEAR

View as Markdown

Clear CPU, GPU, or RENDER memory. Available to super users only.

1ALTER SYSTEM CLEAR (CPU|GPU|RENDER) MEMORY

Examples

1ALTER SYSTEM CLEAR CPU MEMORY
1ALTER SYSTEM CLEAR GPU MEMORY
1ALTER SYSTEM CLEAR RENDER MEMORY

Generally, the server handles memory management, and you do not need to use this command. If you are having unexpected memory issues, try clearing the memory to see if performance improves.