Click or drag to resize
SoLDMGlobalResourceParametersSetMaxMainMemory Method

Sets the maximum main (CPU) memory, in MB, to use for all VolumeViz data sets.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetMaxMainMemory(
	int maxMainMemory
)

Parameters

maxMainMemory
Type: SystemInt32
Remarks

You can also set the maximum main memory for each data set separately using the maxMainMemory field of the data set's OIV.LDM.Nodes.SoLDMResourceParameters object (see OIV.LDM.Nodes.SoDataSet.ldmResourceParameters). The sum of all per data set values must be less than or equal to the value set here.

Default (since Open Inventor 8.1) is 50% of total CPU memory up to 70% of free memory. See OIV.Inventor.Devices.SoCpuDevice to query available CPU memory.

See Also