| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0b5613f commit 7d747ae
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1368,8 +1368,10 @@ Path is a directory. | |||
| 1368 | 1368 | ||
| 1369 | 1369 | ### `ERR_FS_FILE_TOO_LARGE` | |
| 1370 | 1370 | ||
| 1371 | - An attempt has been made to read a file whose size is larger than the maximum | ||
| 1372 | - allowed size for a `Buffer`. | ||
| 1371 | + An attempt was made to read a file larger than the supported 2 GiB limit for | ||
| 1372 | + `fs.readFile()`. This is not a limitation of `Buffer`, but an internal I/O constraint. | ||
| 1373 | + For handling larger files, consider using `fs.createReadStream()` to read the | ||
| 1374 | + file in chunks. | ||
| 1373 | 1375 | ||
| 1374 | 1376 | <a id="ERR_FS_INVALID_SYMLINK_TYPE"></a> | |
| 1375 | 1377 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments