views:

66

answers:

0

Hi.

I'm experiencing some problems when loading a TestResults list (.trx) from the nightly builds on the buildserver. I get a System.OutOfMemory exception very often. I just checked the memory and the devenv process loading the .trx file threw the exception at roughly 700 MB.

The .trx file has a size of 167 MB.

Furthermore I can load the file into a freshly opened VS2008. After I ran some (other) unittests I am unable to load the file again.

The buildserver also has problems when publishing the results to the TFS although I can't be sure the two things are related.

Further Facts:

OS: Windows XP 32Bit
RAM: 3GB
VS2008

Annotation:

The Unittests now produce two different .trx files. Now it is working. There seems to be some kind of maximum size that can be handled?