Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UDS] Use better payload size defaults #171

Merged
merged 1 commit into from Oct 29, 2020

Conversation

olivielpeau
Copy link
Member

Use better defaults for UDS. This means setting the UDS defaults to:

  • 8KB datagrams
  • change internal buffer and queue sizes accordingly to avoid
    increasing the mem usage of the client

Follow-up to #91, which left the UDS defaults similar to the UDP ones because of Agent-side performance limitations that were subsequently fixed in DataDog/datadog-agent#4573 (7.17.0/6.17.0).

For UDS:
* 8KB datagrams
* change internal buffer and queue sizes accordingly to avoid
  increasing the mem usage of the client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants