Hi, We started to get the "System out of memory exception" while building projects. It seems that string input for StringBuilder exceeds the limit in time. It's a ccnet core issue, any ideas ?
The stack trace: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity) at System.Text.StringBuilder.Append(String value) at System.Text.StringBuilder.AppendLine(String value) at ThoughtWorks.CruiseControl.Core.Util.ProcessExecutor.RunnableProcess.CollectOutput(String output, StringBuilder collector, EventWaitHandle streamReadComplete, String streamLabel) at ThoughtWorks.CruiseControl.Core.Util.ProcessExecutor.RunnableProcess.StandardOutputHandler(Object sender, DataReceivedEventArgs outLine) Best Regards, SC -- --- You received this message because you are subscribed to the Google Groups "ccnet-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
