-
Notifications
You must be signed in to change notification settings - Fork 92
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(memory): Implement shared memory state across Relay #3821
Merged
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
90fb599
feat(memory): Implement shared memory state across Relay
iambriccardo b0ca49d
feat(memory): Add a way to track memory usage
iambriccardo 7c8d357
Fix
iambriccardo cc4b577
Fix
iambriccardo c449dfd
Fix
iambriccardo 2dc4e13
Fix
iambriccardo 6bfd213
Fix
iambriccardo 584a868
Fix
iambriccardo e7608a8
Remove usage of floats
iambriccardo 75a3ffc
Improve
iambriccardo 1069847
Improve
iambriccardo 719bea7
Improve
iambriccardo 45b35ee
Improve
iambriccardo 6a8be96
Improve
iambriccardo f4a7d39
fi
iambriccardo 8ceac2e
Fix
iambriccardo cc0596d
Fix
iambriccardo 1d3b3e8
Fix
iambriccardo fa67244
Fix
iambriccardo 08a6e85
Fix
iambriccardo bd9e159
Fix
iambriccardo 450311d
Fix
iambriccardo 707cb07
Fix
iambriccardo 8670f0d
Fix
iambriccardo dfc5a9b
Fix
iambriccardo 464ca43
Fix
iambriccardo e2ca3d4
Merge
iambriccardo 05b1317
Fix
iambriccardo 6823d7d
Update relay-server/src/endpoints/common.rs
iambriccardo 78abada
Update relay-server/src/utils/memory.rs
iambriccardo 8755d87
Update relay-server/src/utils/memory.rs
iambriccardo f0f2c9f
Update relay-server/src/utils/memory.rs
iambriccardo aafba46
Update relay-server/src/utils/memory.rs
iambriccardo 998fdf2
Update relay-server/src/utils/memory.rs
iambriccardo aa1f39e
Update relay-server/src/utils/memory.rs
iambriccardo 735d52c
Improve
iambriccardo f434135
Merge
iambriccardo d22dfa6
Merge
iambriccardo 9204a7f
Merge
iambriccardo 8a70bf2
Changelog
iambriccardo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix
- Loading branch information
commit 08a6e85584f7d56a74e1c65735d7911c6905ea24
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we make this configurable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could do that, I could put it under the health key.