-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes memory leaks found during stress testing #252
- Code to proactively cleanup loaded history during pagination was not actually reducing memory pressure as the underlying slice does not shrink when taking sub-slices. - Holding onto side effect payloads after they have been processed provides no benefit and just eats memory. We can just delete the entry once we've served the SideEffect value.
- Loading branch information
1 parent
9fde76d
commit e1e8a42
Showing
2 changed files
with
12 additions
and
1 deletion.
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