You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We observed that the 32-bit test runner runs out of memory if we increase the test count to 100.
There are two areas where we leak goroutines after the test has stopped:
leveldb has a one-second delay before properly releasing all resources. There is nothing immediate we can do about that. If we added a delay of 1s + δ, all resources are released.
Migrated from libp2p/go-libp2p-kad-dht#906
We observed that the 32-bit test runner runs out of memory if we increase the test count to
100
.There are two areas where we leak goroutines after the test has stopped:
Revisit after libp2p/go-libp2p#2514 has been resolved.
The text was updated successfully, but these errors were encountered: