KernelTimeLimit


the maximum time for each computation

DetailsDetails

  • KernelTimeLimit is a configuration setting that sets the maximum amount of time for which a kernel can run a computation. This is an important feature that maintains the reliability of the server.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

A sample setting is shown below, which allows any calculation that takes less than 100000ms.

<KernelTimeLimit>
100000
</KernelTimeLimit>