webMathematica > Configuration >

KernelTimeLimit

KernelTimeLimit
the maximum time for each computation
  • 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.
A sample setting is shown below, which allows any calculation that takes less than 100000ms.
<KernelTimeLimit>
100000
</KernelTimeLimit>