From 990eef1bbdaf295f1fdb38f97e6ef6b1d0b2c0aa Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Tue, 30 May 2023 19:13:37 +0200 Subject: [PATCH] Docs: Bumping up min spec for Grafana Installations (#69250) Bumping up min spec --- docs/sources/setup-grafana/installation/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/setup-grafana/installation/_index.md b/docs/sources/setup-grafana/installation/_index.md index b8cbca9f696..aa515233962 100644 --- a/docs/sources/setup-grafana/installation/_index.md +++ b/docs/sources/setup-grafana/installation/_index.md @@ -37,7 +37,7 @@ Installation of Grafana on other operating systems is possible, but is not recom Grafana requires the minimum system resources: -- Minimum recommended memory: 255 MB +- Minimum recommended memory: 512 MB - Minimum recommended CPU: 1 Some features might require more memory or CPUs, including: @@ -54,7 +54,7 @@ Grafana supports the following databases: - [SQLite 3](https://www.sqlite.org/index.html) - [MySQL 5.7+](https://www.mysql.com/support/supportedplatforms/database.html) -- [PostgreSQL 10+](https://www.postgresql.org/support/versioning/) +- [PostgreSQL 12+](https://www.postgresql.org/support/versioning/) By default Grafana uses an embedded SQLite database, which is stored in the Grafana installation location.