KernelAcquireLimit


the number of requests a kernel can serve

DetailsDetails

  • KernelAcquireLimit is a configuration setting that sets the number of requests a kernel can serve. After this limit is reached, the kernel is shut down and a new one is started.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

A sample setting is shown below. This means that the kernel will be restarted every 100 times it is used.

<KernelAcquireLimit>
100
</KernelAcquireLimit>