Jump to content

LabVIEW configuration file/Performance: Difference between revisions

From LabVIEW Wiki
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...
 
Crelf (talk | contribs)
No edit summary
Line 20: Line 20:
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
Notes: None.<br/>
Notes: None.<br/>
== abortMIN ==
Example: <code>abortMIN=250</code><br/>
Short Description: Abort LabVIEW launch process if available disk space on the drive LabVIEW is launched from is below this many kB.<br/>
Datatype: <FONT COLOR=#008000>Booelan</FONT> represented <FONT COLOR=#FF00FF>String</FONT><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Default Value: <code>TRUE</code><br/>
LabVIEW Versions: 5.1, 6.1, 7.1, 8.x<br/>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
Notes: This setting only takes effect if <code>[[#checkAvailDiskSpace|checkAvailDiskSpace]]</code> is set to <code>TRUE</code>.<br/>

Revision as of 04:26, 5 May 2007

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.

abortMIN

Example: abortMIN=250
Short Description: Abort LabVIEW launch process if available disk space on the drive LabVIEW is launched from is below this many kB.
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: This setting only takes effect if checkAvailDiskSpace is set to TRUE.