Type Default Value Read Only Description
[C#]
long?

[Visual Basic]
long?
null No Allows you to specify a memory limit in bytes as relates to the virtual memory that can be committed for the job.

 

   

Notes
 

Allows you to specify a memory limit in bytes as relates to the virtual memory that can be committed for the job.

If the value is exceeded memory allocations will fail, and this will likely cause the processes to fail, reporting memory access issues.

The value is a 64 bit long so there is no practical upper limit to the values you can use. A value of null, zero or less will disable this feature and this is the default..

 

   

Example
 
None.