Closed (fixed)
Project:
Link checker
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
25 Apr 2013 at 21:25 UTC
Updated:
13 Aug 2015 at 07:26 UTC
Jump to comment: Most recent
Comments
Comment #1
hass commented???
This is EXTREMLY smart.
Comment #3
webservant316 commentedMy linkchecker cron is failing with this message....
What is the solution above? I see a question and I see fixed with no answer. ?
Comment #4
webservant316 commentedComment #5
hass commentedWhy do you think linkchecker is failing with this memory *info* message? This is just for Your information how smart linkchecker works. Great, isn't it?
If PHP is using ONLY 15 or 26MB that is *nothing*... Really nothing!
Enable views and a few modules and show a page in Drupal. This will be 36-128mb for each request.
Comment #6
hass commentedComment #7
webservant316 commentedok, thought so thanks. none-the-less I am getting an error that is breaking the linkchecker function...
I am using...
linkchecker 7.x-1.2
PHP 5.4.37
Litespeed 6.7
Comment #8
hass commentedLooks not related to this module.
Comment #10
suman.abc commentedCan the drush commands -
drush linkchecker-analyzeanddrush linkchecker-checkbe changed to use drupal batch api?If we want to run the commands manually instead of cron, during the downtime, then for a content rich website these commands might take huge memory for single execution. So breaking the drush commands in batch will be the viable solution.
Update: Just checked the code. It is already there.