Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

C/C++test plugin for Eclipse: eclipse.exe -vmargs -Xmx1400m

You canalsocustomize the amount of allocated memory with the CPPTEST_ENGINE_EXTRA_ARGS option by specifying the value of the -Xmx setting. This may be particularly useful for when you perform static analysis or report results to DTP. See Configuring Advanced Options for details.


If C/C++test runs out of memory when generating the report, see What if C/C++test runs out of memory when generating the report?.

...

If the problem persists, you may need to increase this value further.

Anchor
disable instrumentation for OpenMP
disable instrumentation for OpenMP
How can I disable C/C++test code instrumentation for functions containing OpenMP instructions?

Add the following entry to Project Settings> Parasoft> C/C++test> Other Settings> Advanced options:

...