Document realistic server memory minimum

This commit is contained in:
Nick Sweeting 2026-08-01 03:29:20 -07:00
parent 8c036ecf19
commit d8535aa8d4
No known key found for this signature in database

View File

@ -40,7 +40,7 @@ Other systems are not officially supported but may work with degraded functional
<br/>
You will also need at least 500MB of RAM (bare minimum), 2GB or greater is recommended. You may be able to reduce the RAM requirements if you disable all the chrome-based archiving methods with [`CHROME_ENABLED=False`](https://archivebox.github.io/abx-plugins/#chrome) (or its `USE_CHROME` alias).
You will also need at least 1GB of RAM, and 2GB or greater is recommended. You may be able to reduce crawl-time RAM pressure if you disable all the chrome-based archiving methods with [`CHROME_ENABLED=False`](https://archivebox.github.io/abx-plugins/#chrome) (or its `USE_CHROME` alias).
It's also recommended to use a filesystem with compression and/or [deduplication](https://www.ixsystems.com/blog/ixsystems-and-klara-systems-celebrate-valentines-day-with-a-heartfelt-donation-of-fast-dedupe-to-openzfs-and-truenas/) (e.g. [ZFS](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html) or BTRFS) for maximum efficiency.