Can someone please explain various parameters which we have in kurento.conf.json
file.
Resources usage limit for raising an exception when an object creation is attempted
"exceptionLimit": "0.8"
but i see this parameter is commented in the configuration file, is there any reason why it is commented or should we not use it ??Resources usage limit for restarting the server when no objects are alive
"killLimit": "0.7"
even this parameter is commented, is it advised to make changes and use this parameter or not ?"garbageCollectorPeriod": 240
, will there be any performance issue if we change this value from240
to10-20
seconds ??"threads": 10
, as per my understanding these threads are responsible for handling incoming connection, so is it advised to increase this thread count to some higher value or will it create serious CPU usage ?
P.S: I have tried tweaking thread count and garbage collection count but I didn't observer much change, may be it might be the case that I was not able to generate load on KMS.