skmprabhu252(a)gmail.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/556581?usp=email )
Change subject: Change RPC_Max_Connections max value to UINT32_MAX
......................................................................
Change RPC_Max_Connections max value to UINT32_MAX
The current max value is 10K, and this can be safely
increased to a 1000k. Anything larger also needs a
suitable change to increase the number of file
descriptors that can be opened by a process
(the default fs.nr_open is 1024*1024 = 1048576 on RHEL distro).
Change-Id: If15b5bb3976c75cf62babd2bb003917befbcef14
Signed-off-by: Prabhu Murugesan <prabhu.murugesan1(a)ibm.com>
---
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/support/nfs_read_conf.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/81/556581/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/556581?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: If15b5bb3976c75cf62babd2bb003917befbcef14
Gerrit-Change-Number: 556581
Gerrit-PatchSet: 1
Gerrit-Owner: skmprabhu252(a)gmail.com
Gerrit-MessageType: newchange