> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/daas-guides/daas-administrators-guide/parallels-daas-interface/virtual-machines/configuration.md).

# Configuration

Administrators can easily adjust virtual machine (VM) configurations within Parallels Desktop-as-a-Service (DaaS) to align with their users' workload demands and organizational budget.

**Selecting a VM Size**

Parallels DaaS provides predefined VM sizes—**Light**, **Medium**, and **Heavy**—optimized for common usage scenarios:

* **Light**: Suitable for basic tasks such as data entry or running simple applications.
* **Medium**: Ideal for standard office applications, moderate browsing, and typical productivity tools.
* **Heavy**: Designed for demanding workloads, multimedia processing or complex applications

Administrators may also select a **Custom** option, allowing granular control to tailor virtual machines precisely by configuring:

* **vCPUs**: Adjust the number of virtual CPUs.
* **Memory (RAM)**: Set the memory allocation.
* **Disk Storage**: Specify disk size according to storage needs.
* **GPU**: Include GPU resources for graphic-intensive workloads.&#x20;
* **Cost Control**: Balance performance with budgetary constraints.

**Modifying VM Configuration**

To modify or select VM configurations, follow these steps:

1. Open the **Parallels DaaS Management Console**.
2. Navigate to **Virtual Machines** > **Configuration**.
3. Review the current VM settings.
4. Click **Edit** to launch the configuration wizard.
5. Follow the on-screen prompts to select either a predefined size or choose the **Custom** option for detailed specification adjustments.

**Impact of Configuration Changes**

* Newly provisioned virtual machines will automatically apply the updated specifications.
* Existing user sessions on current virtual machines remain uninterrupted during the change.

By regularly assessing and aligning VM specifications to actual usage patterns, administrators can optimize resource utilization and cost efficiency without impacting user productivity.


---

# 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.parallels.com/landing/daas-guides/daas-administrators-guide/parallels-daas-interface/virtual-machines/configuration.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.
