From 8dd85a0d65e1be692fa8353f6fd32b0c30144e2b Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 2 Apr 2024 07:07:36 -0700 Subject: [PATCH] Update requirements.mdx --- docs/self-hosting/configuration/requirements.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting/configuration/requirements.mdx b/docs/self-hosting/configuration/requirements.mdx index 40fd80246..2e31ac853 100644 --- a/docs/self-hosting/configuration/requirements.mdx +++ b/docs/self-hosting/configuration/requirements.mdx @@ -47,7 +47,7 @@ Recommended minimum memory hardware for different sizes of deployments: PostgreSQL is the only database supported by Infisical. Infisical has been extensively tested with Postgres version 16. We recommend using versions 14 and up for optimal compatibility. Recommended resource allocation based on deployment size: -- **small:** 1 vCPU / 2 GB RAM / 10 GB Disk +- **small:** 2 vCPU / 8 GB RAM / 20 GB Disk - **large:** 4vCPU / 16 GB RAM / 100 GB Disk ### Redis @@ -58,7 +58,7 @@ Redis requirements: - Use Redis versions 6.x or 7.x. We advise upgrading to at least Redis 6.2. - Redis Cluster mode is currently not supported; use Redis Standalone, with or without High Availability (HA). -- Redis storage needs are minimal: a setup with 1 vCPU, 1 GB RAM, and 1GB SSD will be sufficient for small deployments. +- Redis storage needs are minimal: a setup with 2 vCPU, 4 GB RAM, and 30GB SSD will be sufficient for small deployments. ## Supported Web Browsers