--- title: LocalStorageCapacityIsolationFSQuotaMonitoring content_type: feature_gate _build: list: never render: false stages: - stage: alpha defaultValue: false fromVersion: "1.15" toVersion: "1.30" - stage: beta defaultValue: false fromVersion: "1.31" --- When `LocalStorageCapacityIsolation` is enabled for [local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/), the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas, and `UserNamespacesSupport` is enabled, project quotas are used to monitor `emptyDir` volume storage consumption rather than using filesystem walk, ensuring better performance and accuracy.