Mattermost 최대 15,000명 사용자 규모 확장
최대 15,000명의 동시 사용자를 위한 Mattermost 레퍼런스 아키텍처를 설명합니다. 고가용성 필수 구성, writer/reader 데이터베이스 설정, AWS/Azure 인스턴스 요구사항과 연간 스토리지 계산을 제공합니다.
이 페이지는 최대 15,000명의 동시 사용자 부하를 위해 설계된 Mattermost 레퍼런스 아키텍처를 설명합니다. 어떤 레퍼런스 아키텍처를 사용할지 확실하지 않으신가요? 자세한 내용은 엔터프라이즈 규모 확장 문서를 참조하세요. 고가용성 : 필요 데이터베이스 설정 : writer, reader Note CPU, RAM, 스토리지 공간의 사용량은 사용자 행동에 따라 크게 달라질 수 있습니다. 이 하드웨어 권장 사항은 일반적인 배포를 기반으로 하며 사용자의 활동 수준에 따라 증가하거나 감소할 수 있습니다. 요구사항 # .scale-requirements-table { width: 100% !important; table-layout: fixed !important; border-collapse: collapse; font-size: 0.9em; overflow-wrap: break-word !important; word-wrap: break-word !important; } .scale-requirements-table th, .scale-requirements-table td { border: 1px solid #ddd; padding: 8px; vertical-align: top; word-wrap: break-word !important; overflow-wrap: break-word !important; } .scale-requirements-table th { background-color: #f8f9fa; font-weight: bold; text-align: left; } .scale-requirements-table th:nth-child(1) { width: 25%; } .scale-requirements-table th:nth-child(2) { width: 10%; } .scale-requirements-table th:nth-child(3) { width: 18%; } .scale-requirements-table th:nth-child(4) { width: 23%; } .scale-requirements-table th:nth-child(5) { width: 24%; } / Dark mode support / body:not([data-custom-theme="light"]) .scale-requirements-table { background-color: #2d3748; } body:not([data-custom-theme="light"]) .scale-requirements-table th { background-color: #4a5568 !important; color: #fff; border-color: #718096 !important; } body:not([data-custom-theme="light"]) .scale-requirements-table td { color: #e2e8f0; border-color: #718096 !important; } / Mobile responsiveness / @med
