Click or drag to resize
SoLDMGlobalResourceParametersSetMaxMainMemory Method

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

Parameters

maxMainMemory
Type: SystemInt32
Remarks

Sets the maximum main (CPU) memory, in MB, to use for all VolumeViz data sets. You can also set the maximum main memory for each data set separately using the maxMainMemory field of the data set's SoLDMResourceParameters object (see 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 SoCpuDevice to query available CPU memory.

See Also