Sajjad hassanzadeh c3814f0807
feat: add Redis configuration for improved memory management (#3427)
As Sentry continues to evolve, effective resource management becomes crucial for maintaining performance and stability. This update includes configurations that will help optimize Redis's memory usage, ensuring that the system runs efficiently under varying loads.

**Key Changes:**

- **Added `maxmemory` Directive**: Configured Redis to limit its memory usage to a specified size. This prevents excessive memory consumption and helps maintain system stability.
- **Set `maxmemory-policy` to `allkeys-lru`**: This policy allows Redis to evict the least recently used keys when it reaches the memory limit, ensuring that frequently accessed data remains available while older, less-used data is removed.
2024-11-19 11:43:58 +00:00
2021-06-07 20:13:37 +03:00
2024-11-19 02:09:53 +00:00
2024-11-15 18:06:09 +00:00
2024-02-27 17:15:42 -05:00
2024-09-03 12:55:40 -07:00

Self-Hosted Sentry

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept.

Documentation here.

Description
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
Readme 9.7 MiB
Languages
Shell 63.6%
Python 32.2%
Dockerfile 3.8%
JavaScript 0.4%