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

Move source code maps to ETS #777

Merged
merged 3 commits into from
Aug 28, 2024
Merged

Conversation

whatyouhide
Copy link
Collaborator

Part of fixing #773 is to move the source maps—which can be really big—out of persistent term and into ETS. persistent_term is copied over to every process, so while faster, in this case it causes the whole system to be a bit too memory hungry.

@whatyouhide whatyouhide changed the title WIP Move source code maps to ETS Aug 28, 2024
@whatyouhide whatyouhide merged commit 6a971dd into master Aug 28, 2024
4 checks passed
@whatyouhide whatyouhide deleted the al/move-source-map-out-of-pt branch August 28, 2024 16:06
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