> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/troubleshooting/discardvirtualmemory-error.md).

# “DiscardVirtualMemory” Error

{% hint style="info" %}
**Users encounter a “DiscardVirtualMemory” error message, likely due to operating system incompatibility.**
{% endhint %}

### Understanding the Issue

The **“DiscardVirtualMemory”** error is often related to software attempting to use a function or feature not supported by older operating systems, such as Windows 7 or 8.

![Discard Virtual Memory - Update your OS](https://storage.crisp.chat/users/helpdesk/website/e976c4b45fb54800/2024-05-27-13-34-24_bcxt4x.png)

### Solutions

1. **Check Operating System Compatibility**

* Verify your operating system version. The error usually occurs on Windows 7 or Windows 8.
* Upgrade Operating System: Our browser supports only Windows 10+ and MacOS. Please update your system to a compatible version.

2. **Contact Support**

If you need assistance with upgrading your operating system or if you have other related queries, please reach out to the support team for further assistance.

### Additional Tips

Before upgrading your system, ensure your hardware meets the minimum requirements for Windows 10 or the latest MacOS version. Always back up important data before performing an operating system upgrade.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.onlymonster.ai/troubleshooting/discardvirtualmemory-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
