Skip to content

Commit add13a9

Browse files
author
Don Brady
authored
DLPX-76203 Remove the NFS connection limit (#312)
1 parent 3fe1342 commit add13a9

File tree

1 file changed

+6
-0
lines changed
  • files/common/lib/systemd/system/nfs-server.service.d

1 file changed

+6
-0
lines changed

files/common/lib/systemd/system/nfs-server.service.d/override.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[Service]
2+
#
3+
# Set the nfs connection limit so that it is independent of the NFS thread limit.
4+
#
5+
ExecStartPost=-/bin/sh -c "echo 65536 > /proc/fs/nfsd/max_connections"
6+
17
[Unit]
28
#
39
# During upgrade verification, the root filesystem will be booted as a

0 commit comments

Comments
 (0)