# Why does my Ace Linux Instance keep stopping?

If your instance is overused, it may fail health checks. If you over-utilize resources, there are several reasons why your health check might fail. There are a few common reasons for an instance's inactivity:

* **CPU**: All the preceding processes necessitate CPU time to work. The kernel cannot perform standard operating system activities if the CPU is used at 100% for an extended period of time.&#x20;
* **Networking**: Your system won't be able to respond to ARP requests from status checks without networking. If this happens, your instance cannot communicate with other hosts.


---

# 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.acecloud.ai/knowledge-base/support/why-does-my-ace-linux-instance-keep-stopping.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.
