Nicolas Le Manchet

Results 38 comments of Nicolas Le Manchet

In my case the process leaking is the NSCA module itself, I checked that through strace. It should be possible to create a fake receiver module doing roughly. ``` while...

If it adds value: today I noticed a server where both broker and receiver were leaking at the same time.

Anything new about this topic? I would be pleased if I could remove the crontab that restarts the broker and receiver twice a day.

Maybe the `run.sh` tries to do too much. The problem is solved by replacing it by: ```bash #!/bin/bash set -m ./rule-update.sh & exec ./spamd.sh ``` Of course with this approach...

Hello, you seem to be correct. Feel free to submit a PR for that.

Is there any indication that the FoV option is not simply a crop? It looks like it is to me.

Showing the output of `docker pull` would be fine, in this case it showed nothing. I only knew it was pulling an image by looking at htop. I think that...

I am with you, but one of the main advantages of running models locally is that they should work offline or on a spotty connection. For example working on a...