On Mon, 23 Sep 2013 12:24:22 +0200
"Null4Ever" <[email protected]> wrote:

> On my AMD 8150 FX (8 cores) when I start Monkey I get the following message:
> * 8 threads, 63 client connections per thread, total 504
> ...
> How to increase (what value and in which file) the number of client
> connections per thread to get, let's say a total of 1024 (i.e. 128 client
> connections per thread)?

It's the per-process "open files" limit of Linux. You can edit it with
the ulimit command, "ulimit -n 1024" for example. The change is only
persistent for that shell session.

- Lauri
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to