pltIPlotManager SetPreloadMaximum
Sets the preload maximum file size for post-processing a large number of pedestrian result files.
Syntax
pltIPlotManager_handle SetPreloadMaximum size
Application
Tcl Modify
Description
Sets the preload maximum file size for post-processing a large number of pedestrian result files.
Inputs
- size
- The file size in gigabytes. Specifying a size of zero disables this command. Smaller values sacrifice performance for memory and larger values sacrifice memory for performance. Files smaller than the specified size will be loaded into memory entirely.
Example
hwi GetSessionHandle ses
ses GetClientManagerHandle plotClientMngr plot
plotClientMngr SetPreloadMaximum 0.5
Errors
Success (0) or an error message is returned.
Keywords
Tcl
Macro
Modify
Create