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

KernelBaseMemoryLimit


memory limit for continuous usage
  • KernelBaseMemoryLimit is a configuration setting that sets the limit in bytes for the base amount of memory that a Mathematica kernel can use. The base amount of memory is measured as the memory usage at the start or end of a computation, and is not influenced by temporary usages of memory inside of a calculation. When the memory limit is exceeded the kernel is restarted. To limit temporary usages you should use KernelPeakMemoryLimit.
A sample setting is shown below. This sets the limit to 40000000 bytes.
A sample setting is shown below. This sets the limit to 40000000 bytes.
<KernelBaseMemoryLimit>
40000000
</KernelBaseMemoryLimit>
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team