Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

KernelAcquireLimit


the number of requests a kernel can serve
  • 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.
A sample setting is shown below. This means that the kernel will be restarted every 100 times it is used.
A sample setting is shown below. This means that the kernel will be restarted every 100 times it is used.
<KernelAcquireLimit>
100
</KernelAcquireLimit>
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team