Every so often we get the following error from our CI build. This is from our service bus CI build and we have around 540 unit tests that are using an embedded ravendb. When this happens the machine is not tapped out on memory. If we just re run the build it usually works like a champ so this isn't a show stopper problem, just supper annoying. Has anyone seen this before? BTW we are still on build 701.
Thanks,
Nick
System.Threading.Tasks.TaskSchedulerException : An exception was thrown by a TaskScheduler. ---- System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was thrown.
at System.Threading.Tasks.Task.ScheduleAndStart(Boolean needsProtection) at System.Threading.Tasks.Task.InternalStartNew(Task creatingTask, Object action, Object state, CancellationToken cancellationToken, TaskScheduler scheduler, TaskCreationOptions options,
InternalTaskOptions internalOptions, StackCrawlMark& stackMark) at System.Threading.Tasks.TaskFactory.StartNew(Action action, CancellationToken cancellationToken, TaskCreationOptions creationOptions, TaskScheduler scheduler) at Raven.Database.DocumentDatabase.SpinBackgroundWorkers()
in c:\Builds\RavenDB-Stable\Raven.Database\DocumentDatabase.cs:line 386 at Raven.Client.Embedded.EmbeddableDocumentStore.InitializeInternal() in c:\Builds\RavenDB-Stable\Raven.Client.Embedded\EmbeddableDocumentStore.cs:line 144 at Raven.Client.Document.DocumentStore.Initialize()
in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Document\DocumentStore.cs:line 483 at RavenDb.Components.RavenDBConfiguration.InitializeDocumentStore() in e:\TeamCity\buildAgent\work....
Every so often we get the following error from our CI build. This is from our service bus CI build and we have around 540 unit tests that are using an embedded ravendb. When this happens the machine is not tapped out on memory. If we just re run the build it usually
works like a champ so this isn't a show stopper problem, just supper annoying. Has anyone seen this before? BTW we are still on build 701.