> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pmo/frequently-asked-questions/can-i-create-a-single-server-using-the-over-allocated-resources.md).

# Can I Create a Single Server Using the Over-Allocated Resources?

## Problem

A physical host has 1000 GB RAM and the allocation ratio has been set to 1.5. Can we create a single instance that uses these over-committed resources entirely (1500 GB)?

## Environment

* Platform9 Managed OpenStack - All versions
* Nova

## Answer

For overcommitment, a host needs to be able to run a single instance at full capacity if needed which essentially means if the host has 1 GB RAM with an allocation ratio of 10, you can run 10 VMs with 1GB each, but not a single VM with 10GB. This is because that single VM can never really use the overcommitted 10GB on the physical host but the 10 VMs could always time share a host at their max capacity, even though not simultaneously.


---

# 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://platform9.com/kb/pmo/frequently-asked-questions/can-i-create-a-single-server-using-the-over-allocated-resources.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.
