Docs: Bumping up min spec for Grafana Installations (#69250)

Bumping up min spec
This commit is contained in:
Timur Olzhabayev 2023-05-30 19:13:37 +02:00 committed by GitHub
parent 15f06a93b2
commit 990eef1bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ Installation of Grafana on other operating systems is possible, but is not recom
Grafana requires the minimum system resources: Grafana requires the minimum system resources:
- Minimum recommended memory: 255 MB - Minimum recommended memory: 512 MB
- Minimum recommended CPU: 1 - Minimum recommended CPU: 1
Some features might require more memory or CPUs, including: 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) - [SQLite 3](https://www.sqlite.org/index.html)
- [MySQL 5.7+](https://www.mysql.com/support/supportedplatforms/database.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. By default Grafana uses an embedded SQLite database, which is stored in the Grafana installation location.