ControlEdgeModelLimits


Limits the size of the EdgeModel objects created by CreateEdgeModel filter.

Syntax

C++
C#
Python
 
def ControlEdgeModelLimits(
	*,
	inSoftMemoryLimit: int | None = None,
	inHardMemoryLimit: int | None = None
)
-> outHardMemoryLimitViolationStatus: bool

Parameters

Name Type Range Default Description
Input value inSoftMemoryLimit int | None 1 - None Maximum number of megabytes an EdgeModel can have
Input value inHardMemoryLimit int | None 1 - None Maximum number of megabytes an EdgeModel creation function can take
Output value outHardMemoryLimitViolationStatus bool Flag indicating whether the memory limit was violated recently

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.