VCPROFILE_ALLOC_SCALE

Modify the amount of memory allocated to hold the profile data.

VCPROFILE_ALLOC_SCALE=scale_value

Parameters

  • scale_value
    The scale value for the amount of memory you want for running test scenarios. The default is 1.

Remarks

In rare cases, there will not be enough memory available to support gathering profile data when running test scenarios. In those cases, you can increase the amount of memory with VCPROFILE_ALLOC_SCALE.

If you receive an error message during a test run that indicates that you have insufficient memory, assign a larger value to VCPROFILE_ALLOC_SCALE, until the test runs complete with no out-of-memory errors.

Example

set VCPROFILE_ALLOC_SCALE=2

See Also

Reference

Environment Variables for Profile-Guided Optimizations