> For the complete documentation index, see [llms.txt](https://genos-docs.gitbook.io/default/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genos-docs.gitbook.io/default/v1.9.2/admin-management/settings/genos-config.md).

# 환경 설정

환경 설정은 GenOS 운영에 필요한 전역 값을 관리하는 화면입니다. 상단 탭으로 업로드 허용 확장자와 HAMi 설정이 구분됩니다.

## 업로드 허용 확장자

* **업로드 허용 확장자:** 리소스별로 업로드 가능한 파일 확장자를 JSON 배열로 설정합니다. 전처리기와 파일 업로드 각각에 대해 지정하며(예: \["yaml", "yml", "pdf"]), 저장과 초기화 버튼을 제공합니다. 빈 배열이나 문자열 배열이 아닌 값은 저장되지 않습니다.
* **전용 Flowise 최대 배포 수:** 동시에 배포 가능한 전용 Flowise 인스턴스의 상한을 설정합니다. 제한 없음을 켜면 무제한으로 배포합니다.
* **Temporal:** 적재 파이프라인 워크플로우 모니터링용 Temporal Web UI에 접속합니다(관리자 전용, 현재 로그인 세션으로 인증). Temporal UI 열기 버튼으로 새 탭에서 접속합니다.
* **메모리 전역 매턴 추출 허용:** 개인화 장기 메모리의 대화 턴별 추출을 전역으로 허용할지 설정합니다. 끄면 서비스에서 켜더라도 매턴 추출이 동작하지 않습니다(새벽 배치는 정상).
* **메모리 전역 임베딩 서빙:** 개인화 장기 메모리의 공용 벡터 컬렉션이 사용할 임베딩 서빙을 선택합니다. 전 서비스 공통이며 미설정 시 벡터 색인과 검색이 비활성화됩니다. 값을 바꾸면 재색인이 필요하므로 거의 변경하지 않습니다.

## HAMi 설정

HAMi GPU 스케줄러와 디바이스 플러그인의 ConfigMap을 직접 편집합니다. 저장하면 device-plugin과 hami-scheduler 워크로드가 자동으로 재시작되므로 편집 화면에 경고가 표시됩니다.

* **노드 디바이스 설정(config.json):** hami-device-plugin ConfigMap의 config.json을 편집합니다.
* **MIG Geometry(device-config.yaml):** hami-scheduler-device ConfigMap의 device-config.yaml을 편집합니다.
* 각 편집기 하단의 저장과 초기화 버튼을 제공하며, 저장 시 확인 팝업을 거칩니다.


---

# 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://genos-docs.gitbook.io/default/v1.9.2/admin-management/settings/genos-config.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.
