Forum Discussion

giovanni's avatar
giovanni
Occasional Contributor
8 years ago

Log size prevent to export logs

Hi, I'm using TestComplete 11.31 and I have tests running for hours... The produced log folder size is like 120 MB and I cannot export them (Note: disk space needed for all images is just 1Mb, logs are mainly text). System returns an Out of Memory error. Any solution? Thx, Giovanni

4 Replies

  • m_essaid's avatar
    m_essaid
    Valued Contributor

    hi,

    you have 3 log collect option :

      - with object info and pictures

      - images only

      - all off

     

    by script, you could set theses values to the property Options.Visualizer.CollectMode

     

    for example, one of my log were up to 500 Mb, and now with the property "vcmOff" it's 2Mb

    • giovanni's avatar
      giovanni
      Occasional Contributor
      Thanks for your reply. I tried this option. Anyway, since my logs are essentially text, log size is not reduced that much, and unfortunately I'm not able to export in any way a 100 MB log..
      • joseph_michaud's avatar
        joseph_michaud
        Moderator

        Watch what is happening in the Task Manager while you try to export your log.  Look at Working Set and Commit Size.  What is taking the memory, and how large does it get?