TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

LLM/AI companies DDoS-ing Git forges from open-source communities

25 点作者 ognarb2 个月前

1 comment

craftkiller2 个月前
I've had to put some repos on my personal git forge instance behind authentication because the LLM companies were consuming multiple CPU cores and causing the memory usage to balloon to unreasonable levels. They were loading every file for every commit in the repo, one by one. Its not as big of a problem for my personal repos, but I mirror some large repos so my CI isn't putting unreasonable strain on the upstream projects. Once I put in the auth wall, my CPU usage dropped to basically nothing, my containers stopped getting OOM killed, and my CI jobs started finishing in shorter amounts of time.