A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-5F0D855A-7D03-4BE1-B284-2BDF375EF0ED
Visible to Intel only — GUID: GUID-5F0D855A-7D03-4BE1-B284-2BDF375EF0ED
stack-unwind-limit
Set stack size limit when analyzing stacks after collection.
Syntax
--stack-unwind-limit=<integer> |
Arguments
<integer> is the maximum stack size to analyze.
Default
8388608
Actions Modified
collect=survey --stackwalk-mode=offline
Usage
Use to set the stack size limit when analyzing stacks after collection, which is the offline callstack unwinding mode. The offline mode is default, so you can skip the --stackwalk-mode=offline option.
Example
Run the Survey analysis and set the stack size limit to 10000.
advisor --collect=survey --stack-unwind-limit=10000 --project-dir=./advi_results -- ./myApplication