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

fixing memory for task test increase the UDP receive buffer size #40

Merged
merged 1 commit into from Jan 18, 2023

Conversation

brossetti1
Copy link
Collaborator

@brossetti1 brossetti1 commented Jan 18, 2023

Description

#39

we are getting the following error on ci tests for task -- :

failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details.

I found a reference in go-libp2p that addresses this same issue and implements the fix discussed in the quic-go guide

libp2p/go-libp2p#1323

@brossetti1 brossetti1 marked this pull request as ready for review January 18, 2023 17:59
@brossetti1 brossetti1 merged commit 2c94208 into main Jan 18, 2023
@brossetti1 brossetti1 deleted the fix-ci-memory-task-test branch January 18, 2023 17:59
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.

None yet

1 participant