Jump to content

LabVIEW configuration file/Performance

From LabVIEW Wiki
Revision as of 03:58, 5 May 2007 by Crelf (talk | contribs) (New page: This is a list of LabVIEW ini File settings relating to Performance. == anxiousMemoryDeallocation == Example: <code>anxiousMemoryDeallocation=TRUE</code><br/> Short Description: Force Lab...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a list of LabVIEW ini File settings relating to Performance.

anxiousMemoryDeallocation

Example: anxiousMemoryDeallocation=TRUE
Short Description: Force LabVIEW to deallocate memory agressively
Datatype: Booelan represented String
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 7.1, 8.x
OS's Supported:
Notes: None.

checkAvailDiskSpace

Example: checkAvailDiskSpace=TRUE
Short Description: Check the available disk space on the hard drive that LabVIEW is installed on during launch. Warn the user if the available space is less than warnMIN and/or abortMin.
Datatype: Booelan represented String
Permitted Values: TRUE or FALSE
Default Value: TRUE
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x
OS's Supported:
Notes: None.