I'm using nunit for running integration tests (which each test interacts with the database via nhibernate) for a large project with 600+ tests. problem is after 10-15 minutes minutes nunit throws out of memory exception. I used redgate ants memory profiler to see why nunit is not releasing memory between the tests. seems it tries to recreate permission objects per test and memory keeps growing and eventually it throws out of memory exception.
I took snapshots on one integration test class but you can see the memory keeps growing after awhile. I didn't find any call or setting for nunit to force memory release or solve this trust issue.
I really appreciate any help.
<NamedPermissionSets><PermissionSet class=\\"System.Security.NamedPermissionSet\\"version=\\"1\\" Unrestricted=\\"true\\" Name=\\"Full ...
ANTS Snapshots: