Displaying 2 results from an estimated 2 matches for "luacontexts".
2017 Aug 16
3
weakforced
On Tue, Jul 18, 2017 at 10:40 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>
> On 19.07.2017 02:38, Mark Moseley wrote:
> > I've been playing with weakforced, so it fills in the 'fail2ban across a
> > cluster' niche (not to mention RBLs). It seems to work well, once you've
> > actually read the docs :)
> >
> > I was curious if
2017 Aug 17
0
weakforced
...rules of thumb on things like "For each additional 1000 logins/sec, add
> another # to setNumSiblingThreads and another # to setNumWorkerThreads"
> would be super appreciated too.
>
Actually the rule of thumb is more like:
- WorkerThreads - Set to number of CPUs. Set number of LuaContexts to WorkerThreads + 2
- SiblingThreads - Leave at 2 unless you see issues.
> Thanks! And again, feel free to point me elsewhere if there's a better
> place to ask.
Free free to ask questions using the weakforced issues on GitHub.
> For a young project, the docs are actually quite goo...