A user encountered a quota error stating that 17 ZeroGPU slots were in use against a limit of 10, despite only listing 8 spaces requesting the zero-a10g hardware.
- The API returned an error: "Quota exceeded for flavor zero-a10g (requested=1): current=17, limit=10".
- The user's dashboard showed only 8 spaces requesting zero-a10g, with 7 currently running and one paused.
- Two of the listed spaces are configured with "auto" replicas, which can scale up to a maximum of 6 replicas each.
- The total count of 17 is explained by summing the active replicas: 6 from one space, 6 from another, and 5 single-instance spaces.
This suggests that the ZeroGPU slot limit counts individual replica instances rather than just the number of Spaces, clarifying why the reported usage exceeds the visible space count.