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

allow network type to be specified #226

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davestibrany-dd
Copy link

@davestibrany-dd davestibrany-dd commented Dec 7, 2022

Allows users to specify a network type of "tcp" or "unix". If no network type is specified, we'll default to "tcp" for windows, and "unix" otherwise.

Related issues:
#213
#151

@hashicorp-cla
Copy link

hashicorp-cla commented Dec 7, 2022

CLA assistant check
All committers have signed the CLA.

@davestibrany-dd
Copy link
Author

For our particular use case, we've noticed high kernel memory usage when using unix sockets. We're continuously spinning up/tearing down short lived plugins which leads to bloat in the linux dentry cache. Even though this memory is reclaimable by the kernel, it makes it difficult to monitor our containers for legit memory leaks. Switching to tcp sockets fixes this for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants