# ALTER SYSTEM CLEAR

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

```sql
ALTER SYSTEM CLEAR (CPU|GPU|RENDER) MEMORY
```

### Examples

```sql
ALTER SYSTEM CLEAR CPU MEMORY
```

```sql
ALTER SYSTEM CLEAR GPU MEMORY
```

```sql
ALTER SYSTEM CLEAR RENDER MEMORY
```

{% hint style="info" %}
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.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.heavy.ai/v8.3.0/sql/data-manipulation-dml/sql-capabilities/alter-system-clear.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
