Limit storage per pod to prevent abuse and manage resources.
jss start --default-quota 50MB
# Set quota for a user (overrides default)
jss quota set alice 100MB
# Show quota info
jss quota show alice
# alice:
# Used: 12.5 MB
# Limit: 100 MB
# Free: 87.5 MB
# Usage: 12%
# Recalculate from actual disk usage
jss quota reconcile alice
/{pod}/.quota.jsonreconcile to fix quota drift from manual file changesSupported formats: 50MB, 1GB, 500KB, 1TB