When you install a provider from the store, you select a resource tier that determines the CPU and memory limits for the provider’s deployment. The tier is chosen at install time and affects how much compute the provider has available to process resource events.Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Tiers
Free
Minimal resource allocation, suitable for testing and development environments.- Lowest CPU and memory limits
- Suitable for light workloads and experimentation
- Not recommended for production use
Standard
Balanced resource allocation for production workloads. This is the default tier.- Moderate CPU and memory limits
- Suitable for most production workloads
- Good balance between cost and performance
Performance
Maximum resource allocation for high-throughput production use.- Highest CPU and memory limits
- Designed for heavy workloads with many concurrent resources
- Best for providers that handle large volumes of events
Choosing a Tier
| Scenario | Recommended Tier |
|---|---|
| Local development and testing | Free |
| Standard production deployment | Standard |
| High-throughput, many concurrent resources | Performance |
| Evaluating a new provider | Free |