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

Memory footprint optimization: duplicate arrays #216

Open
mpollmeier opened this issue Jul 2, 2024 · 0 comments
Open

Memory footprint optimization: duplicate arrays #216

mpollmeier opened this issue Jul 2, 2024 · 0 comments
Assignees

Comments

@mpollmeier
Copy link
Contributor

Looking at the "duplicate objects" inspection from yourkit, we currently have many duplicates of very large arrays.
In this instance it's a cpg of the linux4 kernel, created by c2cpg and imported into joern.
The entire graph requires 20g of heap, out of which roughly 1g is wasted on duplicates of very large arrays:

grafik

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

No branches or pull requests

2 participants