Skip to content

Commit

Permalink
Tweak comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@85686 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Dec 15, 2023
1 parent d0416e9 commit 01dd63b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/connections.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@
which have a quite low default limit (256 on macOS, 1024 on Linux),
and are needed for other uses including loading DLLs. (Parallel
clusters use a file connection per cluster member.) Windows is said
to have a default limit of 512 file handlws per process.
to have a default limit of 512 simultaneously open files at stream
I/O level.
As from R 4.4.0 the defailt limit remains 128. but can be overriden
As from R 4.4.0 the default limit remains 128, but can be overriden
by the startup option --max-connections. This does not allow it to
be set below 128 but has a limit of 4096 (see CommandLineArgs.c).
The upper limit is conservative, but as creating a new connection
Expand Down

0 comments on commit 01dd63b

Please sign in to comment.