Skip to content

Fixed overflow when working with large dumps#2399

Merged
brianrob merged 1 commit intomicrosoft:mainfrom
remilema:users/remilema/FixOverFlowInHeapDump
Mar 27, 2026
Merged

Fixed overflow when working with large dumps#2399
brianrob merged 1 commit intomicrosoft:mainfrom
remilema:users/remilema/FixOverFlowInHeapDump

Conversation

@remilema
Copy link
Copy Markdown
Contributor

Noticed that for large dumps (greater than 64*2^31 i.e. 128GB), the estimated number of objects overflows and crashes perfview - proposed fix is to limit to 2^31 objects

@remilema remilema requested a review from a team as a code owner March 26, 2026 21:12
Copy link
Copy Markdown
Member

@brianrob brianrob left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @remilema!

@brianrob
Copy link
Copy Markdown
Member

/azp run

1 similar comment
@brianrob
Copy link
Copy Markdown
Member

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@brianrob brianrob merged commit 83c8085 into microsoft:main Mar 27, 2026
5 checks passed
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.

2 participants