Stack Size
Your program uses the stack to pass function parameters and store automatic local variables. You can set the maximum stack size by selecting Options»Build Options in the Workspace window. LabWindows/CVI supports the following stack size range:
- Minimum = 100 KB
- Default = 250 KB
- Maximum = 2 GB
If you enable the Detect uninitialized local variables at run time option in the Build Options dialog box, LabWindows/CVI might use extra stack space. You can adjust your maximum stack size to avoid a stack overflow.