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

decrease dial concurrency when LOW_MEM flag set #68

Closed
whyrusleeping opened this issue Jun 13, 2016 · 1 comment
Closed

decrease dial concurrency when LOW_MEM flag set #68

whyrusleeping opened this issue Jun 13, 2016 · 1 comment
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature status/deferred Conscious decision to pause or backlog

Comments

@whyrusleeping
Copy link
Contributor

In ipfs we have an IPFS_LOW_MEM env var that we can use to tell ipfs to try and use less memory for its normal operations. I think that we should respect that down into libp2p and decrease the dial limits in p2p/net/swarm/swarm_dial (roughly).

@whyrusleeping whyrusleeping added the kind/enhancement A net-new feature or improvement to an existing feature label Jun 13, 2016
@whyrusleeping whyrusleeping added the help wanted Seeking public contribution on this issue label Aug 19, 2016
@ghost ghost added status/deferred Conscious decision to pause or backlog and removed status/deferred Conscious decision to pause or backlog labels Nov 12, 2016
@whyrusleeping whyrusleeping added the status/deferred Conscious decision to pause or backlog label Nov 28, 2016
@daviddias daviddias added the exp/expert Having worked on the specific codebase is important label Aug 19, 2017
@Stebalien
Copy link
Member

This isn't going to happen any time soon.

marten-seemann pushed a commit that referenced this issue Apr 22, 2022
marten-seemann added a commit that referenced this issue Apr 22, 2022
update quic-go to v0.12.0 (supporting QUIC draft-22)
marten-seemann added a commit that referenced this issue Apr 27, 2022
remove setting of the TLS 1.3 GODEBUG flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature status/deferred Conscious decision to pause or backlog
Projects
None yet
Development

No branches or pull requests

3 participants