Maximum execution time of 240 seconds exceeded
oscnet - May 30, 2006 - 08:29
| Project: | Chinese Word Splitter(中文分词) |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | zealy |
| Status: | closed |
Jump to:
Description
[Tue May 30 16:09:39 2006] [error] [client 125.112.7.19] PHP Fatal error: Maxim
um execution time of 240 seconds exceeded in /usr/home/oscar/drupal/modules/cspl
itter/csplitter.module on line 170, referer: http://nc.pjren.com/?q=admin/logs/e
vent/261

#1
我有上万个node,应该跟这个有关吧
#2
跟你的总节点数应该没有关系。Line 170用以载入磁盘中缓冲的字典,未成功的原因我觉得可能与你的php配置有关。每个cron周期只会处理search配置中指定的节点数,因此和总的节点数没有关系。另外,如果一次处理的节点数过多,那么报错会是超时时的那一行,这个实际上和程序没有关系;减少你一次处理的节点数即可。
#3
how to solute it ?