Skip to content

Commit 580a53c

Browse files
committed
on fd limits
1 parent 9570c9a commit 580a53c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

file-api.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
like \funnm{open}(), \funnm{write}(), and \funnm{read}(). From those functions,
3838
we will only use functions for printing to the terminal output like
3939
\funnm{fprintf}().
40+
\item There is usually some upper limit of the number of active file descriptors
41+
for given process. See the man pages for \texttt{ulimit} command and/or
42+
the \texttt{setrlimit} syscall.
4043
\end{itemize}
4144

4245
%%%%%

0 commit comments

Comments
 (0)