Skip to content

Commit 7284d1d

Browse files
Merge pull request #214332 from khdownie/kendownie101222-6
handle limit
2 parents ee21f65 + cd42f3e commit 7284d1d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/storage/files/storage-files-scale-targets.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the capacity, IOPS, and throughput rates for Azure file
44
author: khdownie
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 10/04/2022
7+
ms.date: 10/12/2022
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -79,13 +79,16 @@ File scale targets apply to individual files stored in Azure file shares.
7979
|-|-|-|
8080
| Maximum file size | 4 TiB | 4 TiB |
8181
| Maximum concurrent request rate | 1,000 IOPS | Up to 8,000<sup>1</sup> |
82-
| Maximum ingress for a file | 60 MiB/sec | 200 MiB/sec (Up to 1 GiB/s with SMB Multichannel)<sup>2</sup>|
82+
| Maximum ingress for a file | 60 MiB/sec | 200 MiB/sec (Up to 1 GiB/s with SMB Multichannel)<sup>2</sup> |
8383
| Maximum egress for a file | 60 MiB/sec | 300 MiB/sec (Up to 1 GiB/s with SMB Multichannel)<sup>2</sup> |
84-
| Maximum concurrent handles per file, directory, and share root | 2,000 handles | 2,000 handles |
84+
| Maximum concurrent handles per file, directory, and share root<sup>3</sup> | 2,000 handles | 2,000 handles |
8585

8686
<sup>1 Applies to read and write IOs (typically smaller IO sizes less than or equal to 64 KiB). Metadata operations, other than reads and writes, may be lower.</sup>
87+
8788
<sup>2 Subject to machine network limits, available bandwidth, IO sizes, queue depth, and other factors. For details see [SMB Multichannel performance](./storage-files-smb-multichannel-performance.md).</sup>
8889

90+
<sup>3 Azure Files supports 2,000 open handles per share, and in practice can go higher. However, if an application keeps an open handle on the root of the share, the share root limit will be reached before the per-file or per-directory limit is reached.</sup>
91+
8992
## Azure File Sync scale targets
9093
The following table indicates which target are soft, representing the Microsoft tested boundary, and hard, indicating an enforced maximum:
9194

0 commit comments

Comments
 (0)