-
Notifications
You must be signed in to change notification settings - Fork 9
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
Does it work with the JVM? #18
Comments
Hello, thanks for the question. I still have to check, I will update when I am sure of the answer. |
I have the same question :) |
I'm not a Java expert, but I suspect this will not work. Since I filed the original issue, I did some research and garbage-collected languages expect the memory to be available to allocate objects on the heap. If the heap is "small", that leads to more frequent garbage collection, impacting performance. |
This is just a question.
Does memory pressure work with the JVM where the memory is allocated upfront?
The text was updated successfully, but these errors were encountered: