Large site grabs fail with "tput: No value for $TERM and no -T specified" #61
Replies: 3 comments
-
Bad form I know to answer one's own question but... if I run the cli command in my user session window it gets almost to the end and then fails with.. So is this the same error as I noted above? How do I allocate > 2MB? TiA |
Beta Was this translation helpful? Give feedback.
-
More info.... running the command in a terminal window (see above) it crashes in the HtmlReport.php module. Google suggests it's running out of vMemory and editing php.ini /config might help.. but I can't find it. Line 1193 +/- is: Any clues pls guys? |
Beta Was this translation helpful? Give feedback.
-
and the answer is to use the '--result-storage=file' flag, as clearly laid out in the docs - duh! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm a newbie to Linux Mint which is what I run SiteOne on. Works fine but for larger sites the 'mirror to local disk' fails after a few minutes with the error shown above. SiteOne is running under Cronicle (as GUI Chron) and I think this is a TERM session running out of memory. I've checked the $TERM variables which look OK (xterm-256color) but maybe that is just for my account and not the one my bash script is running under.
"2025/04/14 13:02:20] Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 67108872 bytes) in /home/davidm/siteone-crawler-v1.0.8-linux-x64/src/Crawler/Export/HtmlReport.php on line 1193
Job failed with error 255: Script exited with code: 255: tput: No value for $TERM and no -T specified
1 retries remain (30 sec delay)"
Can anyone suggest where I should look please to resolve this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions