From f49b878eb4645c517bff7b8759c8bd0c65ad74b3 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Sun, 16 Mar 2025 19:26:42 +0000 Subject: [PATCH] Add system requirements section to installation guide --- site/src/docs/getting-started/installation/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/site/src/docs/getting-started/installation/index.md b/site/src/docs/getting-started/installation/index.md index 883d0db4..59182463 100644 --- a/site/src/docs/getting-started/installation/index.md +++ b/site/src/docs/getting-started/installation/index.md @@ -2,6 +2,17 @@ title: Installation --- +## System Requirements + +Remark42 is designed to be lightweight and efficient. Based on production usage statistics from busy installations: + +- **CPU**: Minimal usage (typically under 0.1%) +- **Memory**: ~80MiB RAM (less than 4% of 2GB) +- **Network**: Moderate bandwidth requirements +- **Disk**: Small footprint (under 200MB for a 5-year-old installation with regular activity) + +These requirements make Remark42 suitable for running on small VPS instances, shared hosting environments, or even on Raspberry Pi and similar devices. + ## Setup Remark42 Instance on Your Server ### Installation in Docker