During the agent install process, it should update the necessary system systems to optimize performance. The following is a list of what those changes are which can be used as a guide to further tune if necessary.
On Linux, you can permanently fix it by adding the following lines to
/etc/sysctl.conf:net.core.rmem_max=26214400 net.core.rmem_default=26214400
Then reboot for it to take effect.
On macOS, add the following line to
/etc/sysctl.conf (create the file):kern.ipc.maxsockbuf=30146560
Comments
0 comments
Please sign in to leave a comment.