> For the complete documentation index, see [llms.txt](https://docs.tibero.com/prosync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/prosync/installation/system-requirements.md).

# 시스템 요구사항

- [하드웨어 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/hardware.md)
- [CPU 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/hardware/cpu.md)
- [Memory 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/hardware/memory.md)
- [Disk 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/hardware/disk.md)
- [소프트웨어 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/software.md): ProSync를 설치하고 운영하기 위해 필요한 소프트웨어 환경을 설명한다. 지원되는 데이터베이스 시스템과의 호환성, 운영체제 및 플랫폼, 컴파일러, JDK 등의 시스템 환경 요구사항에 대해 안내한다.
- [데이터베이스 호환성](https://docs.tibero.com/prosync/installation/system-requirements/software/compatibility.md): ProSync가 지원하는 데이터베이스 및 항목을 설명한다.
- [PostgreSQL 제약사항](https://docs.tibero.com/prosync/installation/system-requirements/software/compatibility/postgresql.md): ProSync가 지원하는 데이터베이스 중 PostgreSQL 관련 제약사항을 설명한다.
- [시스템 환경 요구사항](https://docs.tibero.com/prosync/installation/system-requirements/software/environments.md)


---

# 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.tibero.com/prosync/installation/system-requirements.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.
