|
# Numbers larger than 1 will enable the use of SO_REUSEPORT, make sure |
|
# this is supported on your platform! |
|
num_workers: 96 |
|
num_readers: 1 |
|
# Adjusts the number of metrics workers across which Veneur will |
|
# distribute aggregation. More decreases contention but has |
|
# diminishing returns. The default value is 1, no parallel ingestion |
|
# of metrics. |
|
num_workers: 96 |
|
|
|
# Adjusts the number of listening goroutines on any UDP listener |
|
# (statsd and SSF). Numbers larger than 1 will enable the use of |
|
# SO_REUSEPORT, so make sure this is supported on your platform! |
|
num_readers: 1 |
which field relates to SO_REUSEPORT requirements?