Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(replays): Add max replay size configuration parameter #1694

Merged
merged 8 commits into from
Dec 14, 2022

Conversation

cmanallen
Copy link
Member

@cmanallen cmanallen commented Dec 13, 2022

closes: https://github.com/getsentry/replay-backend/issues/234

Defaulting to 100 mebibytes for now. We'll look into lowering it and can update the value later.

100 concurrent request limit * 100 mebibytes per replay = 10.5 GB memory requirements. Do we have resources to satisfy this? I assume so since other sizes are 100 MiB.

@cmanallen cmanallen requested a review from a team December 13, 2022 17:35
CHANGELOG.md Outdated Show resolved Hide resolved
relay-server/src/actors/processor.rs Show resolved Hide resolved
relay-config/src/config.rs Outdated Show resolved Hide resolved
relay-config/src/config.rs Outdated Show resolved Hide resolved
cmanallen and others added 5 commits December 13, 2022 12:33
Co-authored-by: Oleksandr <1931331+olksdr@users.noreply.github.com>
Co-authored-by: Oleksandr <1931331+olksdr@users.noreply.github.com>
Co-authored-by: Oleksandr <1931331+olksdr@users.noreply.github.com>
@cmanallen cmanallen enabled auto-merge (squash) December 13, 2022 20:21
Copy link
Contributor

@olksdr olksdr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The envelope size is 100MiB , I see that the same size is also used new setting. LGTM.

/cc @jan-auer

@cmanallen cmanallen merged commit 1edaf63 into master Dec 14, 2022
@cmanallen cmanallen deleted the replays-add-size-limits branch December 14, 2022 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants