Skip to content

Commit 8653db3

Browse files
Merge pull request #236107 from netapp-manishc/netapp-manishc-patch-1
Update azure-netapp-files-resource-limits.md
2 parents 927942a + 6a4ad92 commit 8653db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-netapp-files/azure-netapp-files-resource-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 02/23/2023
15+
ms.date: 04/27/2023
1616
ms.author: anfdocs
1717
---
1818
# Resource limits for Azure NetApp Files
@@ -61,7 +61,7 @@ For limits and constraints related to Azure NetApp Files network features, see [
6161

6262
## Determine if a directory is approaching the limit size <a name="directory-limit"></a>
6363

64-
You can use the `stat` command from a client to see whether a directory is approaching the maximum size limit for directory metadata (320 MB).
64+
You can use the `stat` command from a client to see whether a directory is approaching the maximum size limit for directory metadata (320 MB). If you reach the maximum size limit for a single directory for Azure NetApp Files, the error `No space left on device` occurs.
6565

6666
For a 320-MB directory, the number of blocks is 655360, with each block size being 512 bytes. (That is, 320x1024x1024/512.) This number translates to approximately 4 million files maximum for a 320-MB directory. However, the actual number of maximum files might be lower, depending on factors such as the number of files with non-ASCII characters in the directory. As such, you should use the `stat` command as follows to determine whether your directory is approaching its limit.
6767

0 commit comments

Comments
 (0)