Configuring Network Buffering for tsimport

For tsimport to successfully read the pulses of data from the network, you must enlarge the network read buffers.

  1. Add the following commands to the end of the /etc/sysctl.conf file:
    net.core.rmem_default = 1000000
    net.core.rmem_max = 4000000
  2. Reboot the system.