webMathematica`

KernelTimeLimit

KernelTimeLimit

the maximum time for each computation

Details

  • 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.

Examples

Basic Examples  (1)

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

<KernelTimeLimit>
100000
</KernelTimeLimit>