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

Merge commit for cherry-pick release 2.37.3 #8363

Merged
merged 11 commits into from
Sep 27, 2024
Merged

Merge commit for cherry-pick release 2.37.3 #8363

merged 11 commits into from
Sep 27, 2024

Conversation

kenzieschmoll
Copy link
Member

No description provided.

bkonyi and others added 9 commits August 27, 2024 09:07
…8209)

Repeatedly calling `getIsolate` results in variables currently in scope
in the top frame of the isolate at the time of the request being
assigned object IDs, inserting them into the VM service's object ID ring
buffer. This keeps the objects alive until the buffer wraps around,
which can cause OOM exceptions if the target application is repeatedly
making large, temporary allocations that would otherwise be GC'd.

The logic has been updated to rely on SentinelExceptions and the Isolate
event stream to determine when an isolate is no longer relevant and
should be removed from the memory chart statistics.

Fixes #8180
@kenzieschmoll kenzieschmoll requested review from bkonyi and a team as code owners September 27, 2024 15:04
@kenzieschmoll kenzieschmoll merged commit 2689417 into master Sep 27, 2024
24 checks passed
@kenzieschmoll kenzieschmoll deleted the 2.37.3 branch September 27, 2024 15:30
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.

3 participants