> For the complete documentation index, see [llms.txt](https://launcher-docs.netmarble.com/faq-kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://launcher-docs.netmarble.com/faq-kr/game-launch/3.md).

# 메모리 부족 오류 발생 알럿

* \[메모리 부족] 메시지와 함께 게임이 실행되지 않을 경우 아래의 방법으로 문제를 해결하실 수 있습니다.

#### \[해결 방법]

1. Windows 작업관리자 > 프로세스 > CPU 점유율이 높은 프로그램과 다른 프로그램 실행 여부 확인 후 삭제
2. 로컬 디스크(C:)에 사용 가능한 공간 확인 후 20GB 미만인 경우 불필요한 파일 및 프로그램 제거&#x20;

※ 사용 가능 공간 확인 방법: 로컬 디스크(C:) 오른쪽 마우스 클릭 > 속성 > 일반 탭에서 확인


---

# 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://launcher-docs.netmarble.com/faq-kr/game-launch/3.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.
