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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

S3cmd S3 sync memory usage solution?

1 点作者 jaddison超过 10 年前
I&#x27;m sure I&#x27;m not the only one to encounter OOM (MemoryError) issues using `s3cmd` to sync files to AWS S3. I believe that the culprit is that the local&#x2F;remote file lists are stored in memory.<p>Has anyone got any novel solutions to this? As for fixing s3cmd itself, I&#x27;ve suggested the use of sqlite3 as a replacement for in-memory lists: https:&#x2F;&#x2F;github.com&#x2F;s3tools&#x2F;s3cmd&#x2F;issues&#x2F;408<p>A bad path? Any better options?

1 comment

jaddison超过 10 年前
clicky-link: <a href="https://github.com/s3tools/s3cmd/issues/408" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;s3tools&#x2F;s3cmd&#x2F;issues&#x2F;408</a>