method minimizeWorkingMemory

void minimizeWorkingMemory();

Argumente

Zurückgegebener Wert

This method trims any excess memory off the working set, making your process appear as small as possible. No assumptions should be made on implementation algorithm as it is not guaranteed to stay the same in the future. This call can have performance impact on your code, so please use it very carefully and sparingly.
var utilitiesObj = shell.serviceManager.basics.utilities;
utilitiesObj.minimizeWorkingMemory();