Re: [CentOS] CentOS7 and NFS

2020-05-15 Thread Barbara Krašovec
The number of threads has nothing to do with the number of cores on the machine. It depends on the I/O, network speed, type of workload etc. We usually start with 32 threads and increase if necessary. You can check the statistics with: watch 'cat /proc/net/rpc/nfsd | grep th’ Or you can check o

Re: [CentOS] NFS Server Centos7

2022-06-06 Thread Barbara Krašovec
NFS4.x works best with newer kernels. Maybe you could try with an elrepo kernel. Increase the number of NFS threads on the NFS server (default is 8, which is too little). |RPCNFSDCOUNT=32| This is an example of kernel tunning for 10Gb network, adjust to your setup: vm.min_free_kbytes = 1048

Re: [CentOS] Amavis on Centosl help

2017-01-04 Thread Barbara Krašovec
I'm forwarding the answer from my colleague: release notes: - provide two new subroutines available for calling from config files: include_config_files() and include_optional_config_files(), each take a list of filenames as arguments, and reads & evaluates them just like normal configuratio