Update README.md

This commit is contained in:
Viktor 2023-04-22 21:02:25 +02:00 committed by GitHub
parent 7694a15f62
commit 0a5e85be8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,14 @@ These are also necessary to run the tests.
To set up a local test environment, follow the instructions in [📄 run/readme.md](run/readme.md)!
## Hardware Requirements
A production-like environment requires at least 128 Gb of RAM and ideally 2 Tb+ of enterprise
grade SSD storage, as well as some additional terabytes of slower harddrives for storing crawl
data. It can be made to run on smaller hardware by limiting size of the index.
A local developer's deployment is possible with much smaller hardware (and index size).
## Project Structure
[📁 code/](code/) - The Source Code. See [📄 code/readme.md](code/readme.md) for a further breakdown of the structure and architecture.