setMethodCacheLimit

setMethodCacheLimit(limit: Integer64);

The setMethodCacheLimit method of the Process class programmatically sets the method cache limit for the executing process. The limit parameter represents the number of bytes to which to set the method cache limit.

The limit value must be greater than the minimum allowed cache size (64K bytes); otherwise exception 1002 (Invalid parameter value) is raised.

This method can be called only on the process instance of the current process. Exception 1265 (Environmental object operation is out of scope for process) is raised if you call the methods on an instance for another process.

2018.0.01 and higher