> ## 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 limits

> Review PlayFab Game Saves limits including file size, number of slots per player, and quotas that shape cloud save design for your title.

# Limits for Game Saves

There are two limits to be aware of when using Game Saves:

* Title players are limited to 256MB of storage per title.
* Title players are limited to 100 service endpoint requests in any 2-minute period. This roughly maps to uploading via the client API 10 times per minute so you should not hit this limit.


## Related topics

- [Game Saves overview](/build/core-features/common/game-save/game-saves-overview.md)
- [XGameSave API overview](/build/core-features/common/game-save/xgamesave.md)
- [Game Saves quickstart](/services/playfab/player-progression/game-saves/quickstart.md)
- [XGameSaveFiles API overview](/build/core-features/common/game-save/xgamesavefiles.md)
- [Game save](/build/core-features/common/game-save/index.md)
