Skip to content

Commit 457b8fc

Browse files
committed
Merge pull request dotnet#4884 from JeremyKuhne/JeremyKuhne-linuxhandles
Update file handle steps
2 parents cd950a3 + bf719e6 commit 457b8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/building/linux-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This guide assumes that you've cloned the corefx and coreclr repositories into `
5555
Set the maximum number of file-handles
5656
--------------------------------------
5757

58-
To ensure that your system can allocate enough file-handles for the corefx build, add `fs.file-max = 100000` to `/etc/sysctl.conf`, and then run `sudo sysctl -p`.
58+
To ensure that your system can allocate enough file-handles for the corefx build run `sysctl fs.file-max`. If it is less than 100000, add `fs.file-max = 100000` to `/etc/sysctl.conf`, and then run `sudo sysctl -p`.
5959

6060
Build the Runtime and Microsoft Core Library
6161
=============================================

0 commit comments

Comments
 (0)