Initializing help system before first use

xpressinsight.ExecResourceGroup.__init__

Purpose
Constructor for the execution resource group.
Synopsis
xpressinsight.ExecResourceGroup.__init__(self, name: str, descr: str = '', min_threads: int = 1, default_threads: int = 1, min_memory: str = None, default_memory: str = None)
Arguments
name 
User-defined name for execution resource group. Must be a valid identifier (alphanumeric characters only, starting with a letter).
descr 
A description of the execution resource group.
min_threads 
The minimum number of threads that the model should consume when using this resource group. Defaults to no limit specified (value 1). For more detailed information on thread based capacity scheduling please see the section "Scenario execution and job scheduling" in the Insight Developer Guide.
default_threads 
The default number of threads that the model should consume when using this resource group. Defaults to no limit specified (value 1). For more detailed information on thread based capacity scheduling please see the section "Scenario execution and job scheduling" in the Insight Developer Guide.
min_memory 
The minimum amount of memory that the model should consume when using this resource group. Defaults to no limit specified. For more detailed information on memory based capacity scheduling please see the section "Scenario execution and job scheduling" in the Insight Developer Guide.
default_memory 
The default amount of memory that the model should consume when using this resource group. Defaults to no limit specified. For more detailed information on memory based capacity scheduling please see the section "Scenario execution and job scheduling" in the Insight Developer Guide.
Related topics

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.