We have been using this plugin for the build with 500 tests saving last 500 build results.

      This caused each build to accumulate ~100Mb xml files generated by this plugin.

      Viewing the job greatly affects performance of Jenkins master as it tries to read those large XML files over multiple previous builds.

      We had to disable this plugin unfortunately as it affects other jobs and Jenkins master.

          [JENKINS-49563] Affects performance of master

          Nikolas Falco added a comment -

          I have similar issue when there are many many failures. It make a full copy of all XML files into the build.xml that cause OOM that triggers continue jenkins restart. It happens also if keepLongStdio to true. Maybe it's the case to change the configuration to trim out stdio/stdout.

          Nikolas Falco added a comment - I have similar issue when there are many many failures. It make a full copy of all XML files into the build.xml that cause OOM that triggers continue jenkins restart. It happens also if keepLongStdio to true. Maybe it's the case to change the configuration to trim out stdio/stdout.

            scpeters Steve Peters
            paulz Paul Zabelin
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: