-
Notifications
You must be signed in to change notification settings - Fork 98
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 consumption in JGiven 0.14.0 #294
Comments
You are the first one that reports this issue. I will investigate that. |
Could you tell me which Java version you are using? Have you tried, as a workaround, to inrease the memory? |
Java/JVM detail version: 1.8.0_72-internal Regarding memory increase, I'll let you know after I've talked to the admin. |
Builds are not completed yet, but it seems that increasing the memory helps here. |
Ok. Thank you very much for the investigation! Just to narrow down the issue further: are you using Spring? |
Yes, Spring 4.2/Hibernate 4.3 (I know, we need to update :) ) - but we are using the DataProviderRunner approach using SimpleScenarios and Scenarios. |
Ok. Then it may also be related to the new Spring implementation. |
It turns out that ByteBuddy, in contrast to cglib, does not cache generated classes. That most likely causes this issue. |
Hi there,
currently, we're not able to run our builds successfully after updating to JGiven 0.14.0 as they simply stuck (so it's a memory issue). Rolling back to 0.13.0 solves the issue. As I currently cannot provide any specific information, can any experience be shared regarding memory consumption (due to ByteBuddy?)?
Regards,
Niko
The text was updated successfully, but these errors were encountered: