setStringPoolLimit

setStringPoolLimit(limit: Integer64);

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

The limit value must be greater than the minimum allowed string pool 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