aerokube / cm

Configuration manager for Aerokube products
https://aerokube.com/cm/latest/
Apache License 2.0
119 stars 31 forks source link

How to increase "limit" parameter without restarting selenoid? #297

Closed Pavel077 closed 3 years ago

Pavel077 commented 3 years ago

Hello.

We are starting selenoid via systemd, the unit file contains this start string: ExecStart=/root/selenoid/cm_linux_amd64 selenoid start --vnc --args "-limit 10 -max-timeout 8000h"

Is it possible to increase the total number of parallel sessions (limit 10) parameter without restarting the service and selenoid container with it?

vania-pooh commented 3 years ago

@Pavel077 no, this is not possible. We are using Golang channels for this functionality and using channels with variable size is complicated and error prone.

Pavel077 commented 3 years ago

Ok, thank you!