eaglebaby 发表于 2013-10-20 12:17:33

请帮忙看下为什么会出现这个问题?System.OutOfMemoryException:

2013-10-20 08:32:39,539 FATAL System.Object [(null)] - No-UI Exception:(IsTerminating:True)
System.OutOfMemoryException: 引发类型为“System.OutOfMemoryException”的异常。
   在 System.String.InternalSubString(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
   在 System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
   在 System.Text.RegularExpressions.Capture.get_Value()
   在 Super.Parse.Article.O1000l100O1l0lO1OO.<GetRuleContent>b__3(Object state)
   在 Super.Parse.Article.OOO1110Ol01l1lO010.<TryExecute>b__0()
   在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   在 System.Threading.ThreadHelper.ThreadStart()

303718 发表于 2013-10-20 12:23:15

是采集的时候还是什么时候呢.检查下是否采集的时候出现死循环造成的

eaglebaby 发表于 2013-10-20 21:39:42

303718 发表于 2013-10-20 12:23 static/image/common/back.gif
是采集的时候还是什么时候呢.检查下是否采集的时候出现死循环造成的

我采集糗事百科,总共几百万数据。1用mysql类型的数据库采集的时候没有问题,但是发布的时候,从mysql中查询特别慢。一次取50条需要等几分钟。 2之后改成access 采集的时候,到后面就出现这个问题了。3、现在改成sqlite了,不知道会不会有问题。
页: [1]
查看完整版本: 请帮忙看下为什么会出现这个问题?System.OutOfMemoryException: