KernelConnectLimit


the length of time for the kernel to connect

DetailsDetails

  • KernelConnectLimit is a configuration setting that sets the maximum amount of time that the server waits for the kernel to connect. It is unlikely that you would need to change this. If the kernel has not connected within this time an error is found, this problem needs to be resolved since the server cannot operate if the kernel cannot be launched.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

A sample setting is shown below, which waits for a maximum of 100000ms.

<KernelConnectLimit>
100000
</KernelConnectLimit>