# SpaceLimitExceeded (/docs/errors/chain/SpaceLimitExceeded)

The commitment would push the account's byte quota for the current epoch over the cap; each `set_commitment` consumes at least 100 bytes. Check `UsedSpaceOf` for the netuid and account against `MaxSpace`, or wait for the next epoch to reset usage.

Declared by the `Commitments` pallet; it classifies to the semantic code [`rate_limited`](/docs/errors/rate-limited).

## Remediation [#remediation]

Wait for the rate-limit window to pass, then retry

The same explanation is available in the terminal: `btcli explain SpaceLimitExceeded`.
