mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-27 03:10:04 +00:00
Docs: Minumum Requirement Correction for OpenMetadata (#22521)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
This commit is contained in:
parent
bc9075f59d
commit
196bfaae6b
@ -9,16 +9,16 @@ collate: false
|
|||||||
This section outlines the minimum hardware and resource specifications required for deploying OpenMetadata and its dependencies. These recommendations ensure optimal performance and scalability for your deployment.
|
This section outlines the minimum hardware and resource specifications required for deploying OpenMetadata and its dependencies. These recommendations ensure optimal performance and scalability for your deployment.
|
||||||
|
|
||||||
## OpenMetadata Server
|
## OpenMetadata Server
|
||||||
- **vCPUs**: Minimum of 2 vCPUs
|
- **vCPUs**: Minimum of 4 vCPUs
|
||||||
- **Memory**: 8 GiB
|
- **Memory**: 16 GiB
|
||||||
- **Storage Volume**: 20 GiB (if using persistent volumes for logs)
|
- **Storage Volume**: 100 GiB
|
||||||
|
|
||||||
## External Services
|
## External Services
|
||||||
OpenMetadata depends on the following external services, each with specific resource requirements:
|
OpenMetadata depends on the following external services, each with specific resource requirements:
|
||||||
|
|
||||||
### Database (e.g., PostgreSQL)
|
### Database (e.g., PostgreSQL)
|
||||||
- **vCPUs**: Minimum of 2 vCPUs per instance
|
- **vCPUs**: Minimum of 4 vCPUs per instance
|
||||||
- **Memory**: 8 GiB RAM per instance
|
- **Memory**: 16 GiB RAM per instance
|
||||||
- **Storage Volume**:
|
- **Storage Volume**:
|
||||||
- 30 GiB (minimum)
|
- 30 GiB (minimum)
|
||||||
- Dynamic expansion up to 100 GiB
|
- Dynamic expansion up to 100 GiB
|
||||||
@ -26,15 +26,15 @@ OpenMetadata depends on the following external services, each with specific reso
|
|||||||
### Elasticsearch
|
### Elasticsearch
|
||||||
- **vCPUs**: Minimum of 2 vCPUs per instance
|
- **vCPUs**: Minimum of 2 vCPUs per instance
|
||||||
- **Memory**: 8 GiB RAM per instance
|
- **Memory**: 8 GiB RAM per instance
|
||||||
- **Storage Volume**: 64 GiB
|
- **Storage Volume**: 100 GiB
|
||||||
|
|
||||||
These specifications are also applicable for managed services like **AWS RDS**, **GCP CloudSQL**, or **AWS OpenSearch**.
|
These specifications are also applicable for managed services like **AWS RDS**, **GCP CloudSQL**, or **AWS OpenSearch**.
|
||||||
|
|
||||||
## Summary Recommendations
|
## Summary Recommendations
|
||||||
For a typical OpenMetadata deployment (one replica):
|
For a typical OpenMetadata deployment (one replica):
|
||||||
- **OpenMetadata Server**: 2 vCPUs, 8 GiB RAM, 20 GiB persistent storage
|
- **OpenMetadata Server**: 4 vCPUs, 16 GiB RAM, 100 GiB persistent storage
|
||||||
- **Database**: 2 vCPUs, 8 GiB RAM, 30 GiB storage (expandable to 100 GiB)
|
- **Database**: 4 vCPUs, 16 GiB RAM, 30 GiB storage (expandable to 100 GiB)
|
||||||
- **Elasticsearch**: 2 vCPUs, 8 GiB RAM, 64 GiB storage
|
- **Elasticsearch**: 2 vCPUs, 8 GiB RAM, 100 GiB storage
|
||||||
|
|
||||||
{%note%}
|
{%note%}
|
||||||
Ensure these resources are allocated adequately to prevent performance bottlenecks or scalability issues. Managed services with equivalent specifications are supported.
|
Ensure these resources are allocated adequately to prevent performance bottlenecks or scalability issues. Managed services with equivalent specifications are supported.
|
||||||
|
@ -9,16 +9,16 @@ collate: false
|
|||||||
This section outlines the minimum hardware and resource specifications required for deploying OpenMetadata and its dependencies. These recommendations ensure optimal performance and scalability for your deployment.
|
This section outlines the minimum hardware and resource specifications required for deploying OpenMetadata and its dependencies. These recommendations ensure optimal performance and scalability for your deployment.
|
||||||
|
|
||||||
## OpenMetadata Server
|
## OpenMetadata Server
|
||||||
- **vCPUs**: Minimum of 2 vCPUs
|
- **vCPUs**: Minimum of 4 vCPUs
|
||||||
- **Memory**: 8 GiB
|
- **Memory**: 16 GiB
|
||||||
- **Storage Volume**: 20 GiB (if using persistent volumes for logs)
|
- **Storage Volume**: 100 GiB
|
||||||
|
|
||||||
## External Services
|
## External Services
|
||||||
OpenMetadata depends on the following external services, each with specific resource requirements:
|
OpenMetadata depends on the following external services, each with specific resource requirements:
|
||||||
|
|
||||||
### Database (e.g., PostgreSQL)
|
### Database (e.g., PostgreSQL)
|
||||||
- **vCPUs**: Minimum of 2 vCPUs per instance
|
- **vCPUs**: Minimum of 4 vCPUs per instance
|
||||||
- **Memory**: 8 GiB RAM per instance
|
- **Memory**: 16 GiB RAM per instance
|
||||||
- **Storage Volume**:
|
- **Storage Volume**:
|
||||||
- 30 GiB (minimum)
|
- 30 GiB (minimum)
|
||||||
- Dynamic expansion up to 100 GiB
|
- Dynamic expansion up to 100 GiB
|
||||||
@ -26,15 +26,15 @@ OpenMetadata depends on the following external services, each with specific reso
|
|||||||
### Elasticsearch
|
### Elasticsearch
|
||||||
- **vCPUs**: Minimum of 2 vCPUs per instance
|
- **vCPUs**: Minimum of 2 vCPUs per instance
|
||||||
- **Memory**: 8 GiB RAM per instance
|
- **Memory**: 8 GiB RAM per instance
|
||||||
- **Storage Volume**: 64 GiB
|
- **Storage Volume**: 100 GiB
|
||||||
|
|
||||||
These specifications are also applicable for managed services like **AWS RDS**, **GCP CloudSQL**, or **AWS OpenSearch**.
|
These specifications are also applicable for managed services like **AWS RDS**, **GCP CloudSQL**, or **AWS OpenSearch**.
|
||||||
|
|
||||||
## Summary Recommendations
|
## Summary Recommendations
|
||||||
For a typical OpenMetadata deployment (one replica):
|
For a typical OpenMetadata deployment (one replica):
|
||||||
- **OpenMetadata Server**: 2 vCPUs, 8 GiB RAM, 20 GiB persistent storage
|
- **OpenMetadata Server**: 4 vCPUs, 16 GiB RAM, 100 GiB persistent storage
|
||||||
- **Database**: 2 vCPUs, 8 GiB RAM, 30 GiB storage (expandable to 100 GiB)
|
- **Database**: 4 vCPUs, 16 GiB RAM, 30 GiB storage (expandable to 100 GiB)
|
||||||
- **Elasticsearch**: 2 vCPUs, 8 GiB RAM, 64 GiB storage
|
- **Elasticsearch**: 2 vCPUs, 8 GiB RAM, 100 GiB storage
|
||||||
|
|
||||||
{%note%}
|
{%note%}
|
||||||
Ensure these resources are allocated adequately to prevent performance bottlenecks or scalability issues. Managed services with equivalent specifications are supported.
|
Ensure these resources are allocated adequately to prevent performance bottlenecks or scalability issues. Managed services with equivalent specifications are supported.
|
||||||
|
@ -9,16 +9,16 @@ collate: false
|
|||||||
This section outlines the minimum hardware and resource specifications required for deploying OpenMetadata and its dependencies. These recommendations ensure optimal performance and scalability for your deployment.
|
This section outlines the minimum hardware and resource specifications required for deploying OpenMetadata and its dependencies. These recommendations ensure optimal performance and scalability for your deployment.
|
||||||
|
|
||||||
## OpenMetadata Server
|
## OpenMetadata Server
|
||||||
- **vCPUs**: Minimum of 2 vCPUs
|
- **vCPUs**: Minimum of 4 vCPUs
|
||||||
- **Memory**: 8 GiB
|
- **Memory**: 16 GiB
|
||||||
- **Storage Volume**: 20 GiB (if using persistent volumes for logs)
|
- **Storage Volume**: 100 GiB
|
||||||
|
|
||||||
## External Services
|
## External Services
|
||||||
OpenMetadata depends on the following external services, each with specific resource requirements:
|
OpenMetadata depends on the following external services, each with specific resource requirements:
|
||||||
|
|
||||||
### Database (e.g., PostgreSQL)
|
### Database (e.g., PostgreSQL)
|
||||||
- **vCPUs**: Minimum of 2 vCPUs per instance
|
- **vCPUs**: Minimum of 4 vCPUs per instance
|
||||||
- **Memory**: 8 GiB RAM per instance
|
- **Memory**: 16 GiB RAM per instance
|
||||||
- **Storage Volume**:
|
- **Storage Volume**:
|
||||||
- 30 GiB (minimum)
|
- 30 GiB (minimum)
|
||||||
- Dynamic expansion up to 100 GiB
|
- Dynamic expansion up to 100 GiB
|
||||||
@ -26,15 +26,15 @@ OpenMetadata depends on the following external services, each with specific reso
|
|||||||
### Elasticsearch
|
### Elasticsearch
|
||||||
- **vCPUs**: Minimum of 2 vCPUs per instance
|
- **vCPUs**: Minimum of 2 vCPUs per instance
|
||||||
- **Memory**: 8 GiB RAM per instance
|
- **Memory**: 8 GiB RAM per instance
|
||||||
- **Storage Volume**: 64 GiB
|
- **Storage Volume**: 100 GiB
|
||||||
|
|
||||||
These specifications are also applicable for managed services like **AWS RDS**, **GCP CloudSQL**, or **AWS OpenSearch**.
|
These specifications are also applicable for managed services like **AWS RDS**, **GCP CloudSQL**, or **AWS OpenSearch**.
|
||||||
|
|
||||||
## Summary Recommendations
|
## Summary Recommendations
|
||||||
For a typical OpenMetadata deployment (one replica):
|
For a typical OpenMetadata deployment (one replica):
|
||||||
- **OpenMetadata Server**: 2 vCPUs, 8 GiB RAM, 20 GiB persistent storage
|
- **OpenMetadata Server**: 4 vCPUs, 16 GiB RAM, 100 GiB persistent storage
|
||||||
- **Database**: 2 vCPUs, 8 GiB RAM, 30 GiB storage (expandable to 100 GiB)
|
- **Database**: 4 vCPUs, 16 GiB RAM, 30 GiB storage (expandable to 100 GiB)
|
||||||
- **Elasticsearch**: 2 vCPUs, 8 GiB RAM, 64 GiB storage
|
- **Elasticsearch**: 2 vCPUs, 8 GiB RAM, 100 GiB storage
|
||||||
|
|
||||||
{%note%}
|
{%note%}
|
||||||
Ensure these resources are allocated adequately to prevent performance bottlenecks or scalability issues. Managed services with equivalent specifications are supported.
|
Ensure these resources are allocated adequately to prevent performance bottlenecks or scalability issues. Managed services with equivalent specifications are supported.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user