From 6b75c03434c5562cee89442c71dd9f7704c2fb21 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 5 Jul 2021 20:57:36 -0400 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index f6a47c6..91dd493 100644 --- a/Usage.md +++ b/Usage.md @@ -165,7 +165,7 @@ Those numbers are from running it single-threaded on my i5 machine with 50mbps d Storage requirements go up immensely if you're using `FETCH_MEDIA=True` and are archiving many pages with audio & video. -You can run it in parallel by manually splitting your URLs into separate chunks: +You can try to run it in parallel by manually splitting your URLs into separate chunks (though this may not work with `database locked` errors on slower filesystems): ```bash archivebox add < urls_chunk_1.txt & archivebox add < urls_chunk_2.txt &