|
-# is best not set explicitly. -[[ "$P4D_VERSION" < "2014.2" ]] && p4 configure set net.tcpsize=512k +# Set net.tcpsize to 512k when P4D is 2014.2 or less. In 2014.2 +# the default value become 512k. For newer versions of p4d, set +# net.tcpsize explicitly to 0 to engage auto-self-tuning feature.
Nick Poole (on configure_new_server.sh, line 45) commented
7 years ago
This isn't true: I think you mean net.autotune=1 |
Reply ·0 | |
|
|
|
-# is best not set explicitly. -[[ "$P4D_VERSION" < "2014.2" ]] && p4 configure set net.tcpsize=512k +# Set net.tcpsize to 512k when P4D is 2014.2 or less. In 2014.2 +# the default value become 512k. For newer versions of p4d, set +# net.tcpsize explicitly to 0 to engage auto-self-tuning feature.
C. Thomas Tyler (on configure_new_server.sh, line 45) commented
7 years ago
Thanks! Sorry for the delayed response; I've been on PTO and just back from vacation. I'll shelve a change to address this and include you on the review. I had been told at one point (can't remember when or by who?) that setting net.tcpsize=0 had some special meaning, and that was before the advent of net.autotune. |
Reply ·0 | |
|