From 829defbf61512eae8644153b1d4a8893cc88763a Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Thu, 18 May 2023 15:04:21 -0500 Subject: [PATCH] docs: update RAM requirement --- docs/docs/install/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/install/requirements.md b/docs/docs/install/requirements.md index 70542f87c2..f56e5c10bc 100644 --- a/docs/docs/install/requirements.md +++ b/docs/docs/install/requirements.md @@ -18,5 +18,5 @@ You can also use Podman to run the application. However, additional configuratio ## Hardware - **OS**: Preferred unix-based operating system (Ubuntu, Debian, MacOS, etc). Windows works too, with [Docker Desktop on Windows](https://docs.docker.com/desktop/install/windows-install/) -- **RAM**: At least 2GB, preferred 4GB. +- **RAM**: At least 4GB, preferred 6GB. - **CPU**: At least 2 cores, preferred 4 cores.