Use the CLI commands in this topic to configure the maximum size of the file to be analyzed on the Intelligent Virtual Execution - Server appliance.
Go to CLI configuration mode.
vx-hostname > enable vx-hostname # configure terminal
Specify the maximum size of the file.
vx-hostname (config) # analysis file max-size <MB>
where
<MB>is the maximum size of the file to be analyzed. The maximum size of the file can range from 1 MB to 1024 MB (1 GB). By default, the maximum size of the file is 100 MB.Verify the configuration of the maximum size of the file.
vx-hostname (config) # show analysis config ..... Retroactive hunting : Enabled Retroactive hunting time : 0 hours Retroactive update interval : 300 seconds VM throttling : AUTO Max overall file size : 100 Max DA file size : 32
The "
Max overall file size:" line displays the maximum size of the file for analysis.
Go to CLI configuration mode.
vx-hostname > enable vx-hostname # configure terminal
Specify the maximum size of the file for dynamic analysis.
vx-hostname (config) # analysis file max-size da <MB>
where
<MB>is the maximum size of the file to be analyzed for dynamic analysis. The maximum size of the file for dynamic analysis can range from 1 MB to 100 MB. By default, the maximum size of the file for dynamic analysis is 32 MB.Verify the configuration of the maximum size of the file for dynamic analysis.
vx-hostname (config) # show analysis config ..... Retroactive hunting : Enabled Retroactive hunting time : 0 hours Retroactive update interval : 300 seconds VM throttling : AUTO Max overall file size : 100 Max DA file size : 32
The "
Max DA file size:" line displays the maximum size of the file for dynamic analysis.