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

Large memory use by class CustomClassloaderJavaFileManager #558

Open
ghost opened this issue Oct 19, 2020 · 0 comments
Open

Large memory use by class CustomClassloaderJavaFileManager #558

ghost opened this issue Oct 19, 2020 · 0 comments
Labels
0 - Backlog New issue, unvetted. performance The performance needs to be improved.

Comments

@ghost
Copy link

ghost commented Oct 19, 2020

There appears to be a consistent, large memory use by the class CustomClassloaderJavaFileManager (16% of bytes arrays accoording to heapdump), coming from the class com.dexels.navajo.compiler.tsl.custom.CustomJavaFileObject. The cause appears to be a "double" allocation of both a byte array together with a file in tmpDir, where the byte array appears to not be used anymore.

Further investigation of (memory) performance improvement here might be useful.

@ghost ghost added 0 - Backlog New issue, unvetted. performance The performance needs to be improved. labels Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog New issue, unvetted. performance The performance needs to be improved.
Projects
None yet
Development

No branches or pull requests

0 participants