Intel® Advisor Help

data-limit

Specify a data limit for this collection, in MB.

GUI Equivalent

Tab Project Properties - Analysis Target

Project Properties: Analysis Target tab > Advanced > Collection data limit

Syntax

-data-limit <integer>

Arguments

Argument
Description
<integer>

The maximum size allowed for this collection, in MB.

Default

OFF

No limit on data collection size for the collect action. If omitted, the limit for trace file size (part of data collection) is 100 MB.

Actions Modified

collect with either the suitability or survey analysis type

Description

Use the data-limit option to limit the size of collected data size, in MB. You can also limit data collection size by specifying other options, such as interval and target-duration-type.

Example

In this example, data collection by the Survey tool continues until normal completion or when a 200 MB limit is reached.

 $ advixe-cl -collect survey -data-limit 200 -- home/test/sample

See Also