Information
The rfc1323 parameter determines whether the TCP window sizes (tcp_sendspace and tcp_recvspace) can be greater than 64KB.
The rfc1323 parameterwill be set to 1. This means that the system will allow the TCP windows sizes to exceed 64KB. This is a requirement for high performance networks, particularly those which utilize large MTU sizes.
Solution
In /etc/tunables/nextboot, add the rfc1323 entry-
no -p -o rfc1323=1
This makes the change permanent by adding the entry into /etc/tunables/nextboot.