kannibalox

Results 181 comments of kannibalox

Closing as stale, feel to re-open if it's still an issue.

I converted my config to Lua, but that was more to test any edge cases. More regularly I find myself using it to do complicated client-side filtering. My main goal...

The problem isn't that software can't be written to handle the difference (and given that `flood` is by the same author, of course it'll work), but that it can't be...

Aha, I grok the intention now. However, I'm still going to push for using data URLs as a generic replacement for the `` XMLRPC data type (since JSON-RPC has no...

Changing OOM killer settings won't help with the root problem of the process using too much memory. One thing I noticed is that the tag isn't pinned in the compose...

One of the changes between the `latest` and `master-amd64` is that the build [started linking](https://github.com/jesec/rtorrent/commit/257cea63c361e6bf6499b08bce16b118c553afba) against [mimalloc](https://github.com/microsoft/mimalloc), which is a pretty big change for memory management (for the better). >...

> issues with CPU and running multiple `rtorrent -o system.daemon.set=true` processes. Ah, that's htop being extra helpful and showing you the process's threads (you can toggle seeing them with `H`)....

I created https://github.com/jesec/rtorrent/pull/46 to address this issue, but haven't received any feedback.

Is there room for a shim for `system.multicall`? I can take a stab at it myself if needed.

There was a big change in how memory allocation works between 0.9.8-r16 and master-amd64. If it works for you it's probably better just to use that image until a new...