> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Game Saves 제한

> 타이틀에 대한 클라우드 저장 설계를 형성하는 파일 크기, 플레이어당 슬롯 수 및 할당량을 포함한 PlayFab Game Saves 제한을 검토합니다.

# Game Saves 제한

Game Saves를 사용할 때 알아야 할 두 가지 제한이 있습니다.

* 타이틀 플레이어는 타이틀당 256MB의 스토리지로 제한됩니다.
* 타이틀 플레이어는 2분 내에 100개의 서비스 엔드포인트 요청으로 제한됩니다. 이는 대략 클라이언트 API를 통해 분당 10번 업로드하는 것에 해당하므로 이 제한에 도달하지 않아야 합니다.


## Related topics

- [Save](/ko/reference/system/Wrappers/classes/provider/methods/xgamesave_wrapper_provider_save.md)
- [XGameSave API 개요](/ko/build/core-features/common/game-save/xgamesave.md)
- [Game Saves 빠른 시작](/ko/services/playfab/player-progression/game-saves/quickstart.md)
- [XGameSaveFiles API 개요](/ko/build/core-features/common/game-save/xgamesavefiles.md)
- [Game Saves 오프라인 모드](/ko/services/playfab/player-progression/game-saves/offline.md)
