Marcin Rataj
Marcin Rataj
Triage notes - kubo gateway staging from ipshipyard has Reprovider disabled (`Interval` set to 0) and it OOMs as well >  - observation: [Rainbow](https://github.com/ipfs/rainbow/) does not seem to OOM...
Thank you for testing quic-go v0.47.0 @bgrahamen. Do you feel it translated to decreased memory utilization, or did you change other settings? Would be good to see how things behave...
Triage note: parking until Kubo 0.32.0-rc1 with latest quic-go is ready
@bgrahamen spikes in gateway traffic likely translate to increased libp2p/bitswap/quic activity, so nothing unexpected (but additional data point that more QUIC == more memory). We've just shipped go-libp2p 0.37 with...
We've confirmed it is still a problem in both v0.32.1 and latest master (433444b6097685b26843e517fb934782d56be99a) which uses go-libp2p [v0.37.2](https://github.com/libp2p/go-libp2p/releases/tag/v0.37.2). Team is still looking into this on our staging environment, seems to...
@RobQuistNL Kubo [0.33.0](https://github.com/ipfs/kubo/releases/tag/v0.33.0) includes quic-go update you linked, and yes, it should improve things in various scenarios, we fixed multiple bugs in that release. @bgrahamen any updates? Are you able...
For this sub-problem: > Pinning large data sets, if IPFS can't find a 'valid' copy of data it just hangs 'waiting' for it New strategies introduced in https://github.com/ipfs/kubo/pull/10754 provides alternative...
Thenk you for reporting. I am closing issue here, because https://docs.ipfs.tech/concepts/public-utilities/#public-ipfs-gateways are not part of ipfs-webui, but HTTP relay-like servers, provided on best-effort basis. Please retry, I know [rainbow](https://github.com/ipfs/rainbow/) (backend...
Related research/experiment started in https://github.com/ipfs/boxo/pull/747
I think we could start implementing HTTP probing based on work from https://github.com/ipfs/boxo/pull/747. Some loose implementation notes about important parts: - For now, make it opt-in (behind a checkbox in...