SoLDMGlobalResourceParametersSetMaxMainMemory Method |
Sets the maximum main (CPU) memory, in MB, to use for all VolumeViz data sets.
Namespace: OIV.LDM
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.m_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.