Is it possible to override the max_clients number in simulator mode? #1454
-
Ideally, we would like to simulate 500+ clients but, by default, the maximum number of clients for the simulator runner is 100. And is there a good reason not to (other than time and resources)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We just picked a large enough number as default there.
When you are using command line you can specify:
If you want to have a custom class that overrides the default one way is:
As far as I know, you can change that number for your system, only limit is resource. |
Beta Was this translation helpful? Give feedback.
We just picked a large enough number as default there.
When you are writing codes, you can change that value when create you
SimulatorRunner
.When you are using command line you can specify:
If you want to have a custom class that overrides the default one way is: