Displaying 2 results from an estimated 2 matches for "tcp_max_slot_table_entries".
2015 Apr 30
2
nfs (or tcp or scheduler) changes between centos 5 and 6?
...ior change between
> the two OS versions.
>
> Just hoping that maybe someone else out there has seen something like
> this, or can point me to some detailed documentation that might clue
> me in on what to look for next.
>
> Thanks!
>
You may want to try reducing sunrpc.tcp_max_slot_table_entries .
In CentOS 5 the number of slots is fixed: sunrpc.tcp_slot_table_entries = 16
In CentOS 6, this number is dynamic with a maximum of
sunrpc.tcp_max_slot_table_entries which by default has a value of 65536.
We put that in /etc/sysconfig/modprobe.d/sunrpc.conf: options sunrpc
tcp_max_slot_table_entr...
2015 Apr 30
0
nfs (or tcp or scheduler) changes between centos 5 and 6?
...>
> > Just hoping that maybe someone else out there has seen something like
> > this, or can point me to some detailed documentation that might clue
> > me in on what to look for next.
> >
> > Thanks!
> >
>
>
> You may want to try reducing sunrpc.tcp_max_slot_table_entries .
> In CentOS 5 the number of slots is fixed: sunrpc.tcp_slot_table_entries = 16
> In CentOS 6, this number is dynamic with a maximum of
> sunrpc.tcp_max_slot_table_entries which by default has a value of 65536.
>
> We put that in /etc/sysconfig/modprobe.d/sunrpc.conf: options sunrp...