Stack Size
- 업데이트 날짜:2023-02-21
- 1분 (읽기 시간)
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.