# Increasing Virtual Memory

> On Windows, virtual memory (or paging file) is an essential component designed to remove and temporarily store less frequently use modified pages allocated in RAM (random-access memory) to the drive.

{% tabs %}
{% tab title="Windows 10" %}

1. Go to Settings.

<figure><img src="/files/iRfD0D9YMZVpHWqI3RgT" alt="" width="240"><figcaption></figcaption></figure>

2. Search for "performance" and select "Adjust the appearance and performance of Windows".

<figure><img src="/files/O7YKgJUuuo0NBN7YyB7W" alt="" width="350"><figcaption></figcaption></figure>

3. Click on "Advanced" tab and then "Change...".

<figure><img src="/files/YDyXITjSNaHNj4yt1zzd" alt="" width="239"><figcaption></figcaption></figure>

4. Unselect "Automatically manage paging file size". If possible, select a drive that you have your OS on. If you don't have enough space, [SpaceSniffer](https://github.com/redtrillix/SpaceSniffer/releases/) might help you with it.

<figure><img src="/files/rL0yMPumCqp55BzSNDCv" alt="" width="226"><figcaption></figcaption></figure>

5. Select "Custom size" and set Initial to half of your RAM value, and maximum should be identical to your RAM size and press "Set". As an example, if you have 16 GB of RAM, Initial size should be 8000, and maximum - 16000.

<figure><img src="/files/9Y5UTsQ2wv49EEGsI6IE" alt="" width="309"><figcaption></figcaption></figure>

6. Reboot your PC.
   {% endtab %}

{% tab title="Windows 11" %}

1. Go to Settings.

<figure><img src="/files/nUzNo0cfDly5z7mKW74O" alt="" width="563"><figcaption></figcaption></figure>

2. Search for "performance" and select "Adjust the appearance and performance of Windows".

<figure><img src="/files/5c8Rv82neYhI5XQCHK1i" alt="" width="563"><figcaption></figcaption></figure>

3. Click on "Advanced" tab and then "Change...".

<figure><img src="/files/Stz7SqQj7ZndQGgKQYxE" alt="" width="314"><figcaption></figcaption></figure>

4. Unselect "Automatically manage paging file size". If possible, select a drive that you have your OS on. If you don't have enough space, [SpaceSniffer](https://github.com/redtrillix/SpaceSniffer/releases/) might help you with it.

<figure><img src="/files/RzDxy3nWjUUa8OHuje2Z" alt="" width="297"><figcaption></figcaption></figure>

5. Select "Custom size" and set Initial to half of your RAM value, and maximum should be identical to your RAM size and press "Set". As an example, if you have 16 GB of RAM, Initial size should be 8000, and maximum - 16000.

<figure><img src="/files/6lza1ePKX0EABknQPhuF" alt="" width="274"><figcaption></figcaption></figure>

6. Reboot your PC.
   {% endtab %}
   {% endtabs %}


---

# 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.joinbattlebit.com/other/increasing-virtual-memory.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.
