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

Reduce default pickled data metadata size to below LOH threshold #12922

Merged
merged 1 commit into from
Apr 1, 2022
Merged

Conversation

dsyme
Copy link
Contributor

@dsyme dsyme commented Apr 1, 2022

Further mitigation for #5933

When pickling F# metadata we create pooled buffers. The default size is 100000 but this is above the LOH threshold. This simply moves to a lower default size below the LOH threshold, and will improve IDE performance in inter-project working where metadata is smaller than 50K, which is fairly common.

@dsyme dsyme merged commit 5c4a76d into main Apr 1, 2022
charlesroddie pushed a commit to charlesroddie/fsharp that referenced this pull request May 2, 2023
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