Mathijs de Bruin

Results 237 comments of Mathijs de Bruin

> > Do you think we can reasonably assure that? Or should we deprecate older installations? > > @dokterbob I think more testing is needed if we want to replace...

https://github.com/Chainlit/chainlit/pull/1463 is the first step towards the cleanup of data layers. Once that's merged, @qtangs, could you please resolve conflicts on this one? I want to either have this code...

> `ResourceMgr.MaxMemory` does not limit how much memory Kubo is allowed to use, it limit how much the network buffers are allowed to use. Ah. That's a bit misleading from...

I've turned it on again and set `GOMEMLIMIT`. It does seem that it's more well-behaved now. Perhaps still notable though that without this, the accelerated DHT client is particularly memory...

Will this memory be freed after loading or does it always stay in memory?

IPFS with GOMEMLIMIT still within 1GB by the way. Also not swapping (much).

Just tried again with latest 0.21 release and accel. DHT. Even with `GOMEMLIMIT` (768 MiB) and `ResourceMgr.MaxMemory` (512 MiB), kubo gets OOM killed at 2 GiB. My questions: 1. Is...